Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
A bit of windows debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbens committed Aug 4, 2008
1 parent 126f33b commit 38410de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/win32/SDL_win32window.c
Expand Up @@ -436,7 +436,7 @@ SDL_HelperWindowCreate(void)
CW_USEDEFAULT, HWND_MESSAGE, NULL, hInstance, NULL);

if (SDL_HelperWindow == NULL) {
SDL_SetError("Unable to create Helper Window.");
SDL_SetError("Unable to create Helper Window: error %d.", GetLastError());
return -1;
}

Expand Down

0 comments on commit 38410de

Please sign in to comment.