diff options
Diffstat (limited to 'redo/controls_windows.c')
| -rw-r--r-- | redo/controls_windows.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/controls_windows.c b/redo/controls_windows.c index dadce75..77cf758 100644 --- a/redo/controls_windows.c +++ b/redo/controls_windows.c @@ -19,7 +19,7 @@ HWND newWidget(LPCWSTR class, DWORD style, DWORD extstyle) also don't use low control IDs as they will conflict with dialog boxes (IDCANCEL, etc.) */ msgwin, (HMENU) 100, hInstance, NULL); - if (hwnd == NULL) { + if (hwnd == NULL) xpanic("error creating control", GetLastError()); return hwnd; } |
