diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-14 16:17:44 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-14 16:17:44 -0400 |
| commit | 307577889e3fda28cad8f38ea34c184d9ab4a254 (patch) | |
| tree | 2edee00f8a3cd152194599f3d0b850080519564a /redo/window_windows.c | |
| parent | 868161b7f0f5de708f242aaf82a3165edbaa22e8 (diff) | |
Fixed some small issues in the C code of the Windows port.
Diffstat (limited to 'redo/window_windows.c')
| -rw-r--r-- | redo/window_windows.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/window_windows.c b/redo/window_windows.c index e4ea875..0db16bb 100644 --- a/redo/window_windows.c +++ b/redo/window_windows.c @@ -28,7 +28,7 @@ static LRESULT CALLBACK windowWndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARA default: return DefWindowProcW(hwnd, uMsg, wParam, lParam); } - xmissedmsg("Window", "windowWinProc()", uMsg); + xmissedmsg("Window", "windowWndProc()", uMsg); return 0; // unreached } |
