Skip to content

Commit

Permalink
Patched to compile with debugging enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jan 13, 2006
1 parent 203b244 commit 211ba1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/x11/SDL_x11dyn.c
Expand Up @@ -56,7 +56,7 @@ static void *X11_GetSym(int required, const char *fnname, int *rc)
if (fn != NULL)
printf("X11: Found '%s' in libXext (%p)\n", fnname, fn);
else
printf("X11: Symbol '%s' NOT FOUND!%s\n", fnname
printf("X11: Symbol '%s' NOT FOUND!%s\n", fnname,
required ? "" : " (...but not required!)");
#endif
}
Expand Down

0 comments on commit 211ba1b

Please sign in to comment.