Patched to compile with debugging enabled.

This commit is contained in:
Ryan C. Gordon
2006-01-13 01:30:21 +00:00
parent 3ec3055221
commit 606daf92a8

View File

@@ -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
}