Mercurial > sdl-ios-xcode
changeset 1245:fe7d081a4955
Patched to compile with debugging enabled.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Fri, 13 Jan 2006 01:30:21 +0000 |
parents | a388f2b59044 |
children | ca51a76a7328 |
files | src/video/x11/SDL_x11dyn.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/video/x11/SDL_x11dyn.c Fri Jan 13 01:08:39 2006 +0000 +++ b/src/video/x11/SDL_x11dyn.c Fri Jan 13 01:30:21 2006 +0000 @@ -56,7 +56,7 @@ 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 }