From af5c8e5bc857e8cf274dbd80ee3ed1a4c622042b Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Mon, 25 Jun 2001 16:09:38 +0000 Subject: [PATCH] Code cleanup --- zsnes/src/win/winlink.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsnes/src/win/winlink.cpp b/zsnes/src/win/winlink.cpp index bcf62c48..e741f6cf 100644 --- a/zsnes/src/win/winlink.cpp +++ b/zsnes/src/win/winlink.cpp @@ -1284,7 +1284,7 @@ int InitDirectDraw() ddsd2.ddsCaps.dwCaps |= DDSCAPS_FLIP | DDSCAPS_COMPLEX; } - if (lpDD->CreateSurface( &ddsd2, &DD_Primary, NULL) != DD_OK) + if (lpDD->CreateSurface(&ddsd2, &DD_Primary, NULL) != DD_OK) { MessageBox(NULL, "IDirectDraw7::CreateSurface failed.", "DirectDraw Error", MB_ICONERROR); }