Update pens.c

This commit is contained in:
Jan Bodnar 2016-03-16 15:24:21 +01:00
parent 9399ff24b3
commit 0dfff4a193

View File

@ -27,7 +27,7 @@ int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
DispatchMessage(&msg);
}
return (int) msg.wParam;
return (int) msg.wParam;
}
LRESULT CALLBACK WndProc(HWND hwnd, UINT msg,