update win32 demo

This commit is contained in:
vurtun 2015-11-05 20:05:51 +01:00
parent 1aac008546
commit f5f87a837d
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ INT WINAPI
WinMain(HINSTANCE hInstance, HINSTANCE prev, LPSTR lpCmdLine, int shown)
{
/* GUI */
struct demo_gui gui;
struct demo gui;
/* Window */
xw.wc.style = CS_HREDRAW|CS_VREDRAW;