Patched to compile with debugging enabled.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401248
This commit is contained in:
Ryan C. Gordon 2006-01-13 01:30:21 +00:00
parent 589c3c2241
commit 3eebcae2d9

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
}