diff --git a/Chapter 10 Menus and Other Resources/PoePoem/PoePoem.c b/Chapter 10 Menus and Other Resources/PoePoem/PoePoem.c index 2f6ce52..81d826c 100644 --- a/Chapter 10 Menus and Other Resources/PoePoem/PoePoem.c +++ b/Chapter 10 Menus and Other Resources/PoePoem/PoePoem.c @@ -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);