Skip to content

Commit

Permalink
Typo correction
Browse files Browse the repository at this point in the history
  • Loading branch information
definedrisk committed Oct 27, 2020
1 parent 5ddcc80 commit 0d34372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chapter 10 Menus and Other Resources/PoePoem/PoePoem.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
pWorking = AnsiNext(pWorking);
}
*pWorking = '\0';

}

SetScrollRange(hScroll, SB_CTL, 0, iNumLines, FALSE);
SetScrollPos(hScroll, SB_CTL, 0, FALSE);
Expand Down

0 comments on commit 0d34372

Please sign in to comment.