darwin: Fix an error message

Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
This commit is contained in:
Jeremy Huddleston 2012-04-29 00:27:03 -07:00
parent c384c5d4d7
commit 244dc05214

View file

@ -421,7 +421,7 @@ apple_glx_make_current_context(Display * dpy, void *oldptr, void *ptr,
*/
if (same_drawable && ac->is_current) {
apple_glx_diagnostic("%s: same_drawable and ac->is_current\n");
apple_glx_diagnostic("same_drawable and ac->is_current\n");
return false;
}