Skip to content

Commit

Permalink
Add missing comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcardle committed Feb 25, 2013
1 parent 920f1be commit 2941d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WINDOWS/WINDOW.C
Original file line number Diff line number Diff line change
Expand Up @@ -2219,7 +2219,7 @@ static LRESULT CALLBACK WndProc(HWND hwnd, UINT message,
{
#ifdef PUTTYNG
if (hwnd_parent == 0) {
#endif
#endif // PUTTYNG
LONG nflg, flag = GetWindowLongPtr(hwnd, GWL_STYLE);
LONG nexflag, exflag =
GetWindowLongPtr(hwnd, GWL_EXSTYLE);
Expand Down

0 comments on commit 2941d74

Please sign in to comment.