diff --git a/zsnes/src/win/winlink.cpp b/zsnes/src/win/winlink.cpp index 77e88b59..c5ab4403 100644 --- a/zsnes/src/win/winlink.cpp +++ b/zsnes/src/win/winlink.cpp @@ -586,11 +586,11 @@ int RegisterWinClass(void) WNDCLASS wcl; - wcl.style = CS_OWNDC | CS_HREDRAW | CS_VREDRAW | CS_NOCLOSE ; + wcl.style = CS_OWNDC | CS_HREDRAW | CS_VREDRAW | CS_NOCLOSE; wcl.cbClsExtra = 0; wcl.cbWndExtra = 0; wcl.hIcon = LoadIcon(NULL,IDI_APPLICATION); - wcl.hCursor = NULL; + wcl.hCursor = NULL; wcl.hInstance = hInst; wcl.lpfnWndProc = (WNDPROC)Main_Proc; wcl.hbrBackground = (HBRUSH)GetStockObject(BLACK_BRUSH); diff --git a/zsnes/src/win/zfilew.c b/zsnes/src/win/zfilew.c index 6fc57b53..2a7055a1 100644 --- a/zsnes/src/win/zfilew.c +++ b/zsnes/src/win/zfilew.c @@ -324,7 +324,6 @@ DWORD ZFileFindEnd() // for compatibility with windows later DWORD GetTime() { - DWORD value; struct tm *newtime; time_t long_time; @@ -340,7 +339,6 @@ DWORD GetTime() DWORD GetDate() { - DWORD value; struct tm *newtime; time_t long_time;