From 0d343729845fd9900c836a6bc701953b33e3d92d Mon Sep 17 00:00:00 2001 From: Defined Risk Date: Tue, 27 Oct 2020 09:35:14 +0000 Subject: [PATCH] Typo correction --- Chapter 10 Menus and Other Resources/PoePoem/PoePoem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);