From: Jeremy Huddleston Date: Sun, 29 Apr 2012 07:27:03 +0000 (-0700) Subject: darwin: Fix an error message X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=244dc0521439379a0a44f81ba432aa04ca6c1a91;p=mesa.git darwin: Fix an error message Signed-off-by: Jeremy Huddleston --- diff --git a/src/glx/apple/apple_glx_context.c b/src/glx/apple/apple_glx_context.c index c58d05a59af..0bb25b42575 100644 --- a/src/glx/apple/apple_glx_context.c +++ b/src/glx/apple/apple_glx_context.c @@ -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; }