summaryrefslogtreecommitdiff
path: root/src/dispatch_wgl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dispatch_wgl.c')
-rw-r--r--src/dispatch_wgl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dispatch_wgl.c b/src/dispatch_wgl.c
index fe5379d..7baf130 100644
--- a/src/dispatch_wgl.c
+++ b/src/dispatch_wgl.c
@@ -53,9 +53,9 @@ epoxy_has_wgl_extension(HDC hdc, const char *ext)
getext = (void *)wglGetProcAddress("wglGetExtensionsStringARB");
if (!getext) {
- fprintf(stderr,
- "Implementation unexpectedly missing "
- "WGL_ARB_extensions_string. Probably a libepoxy bug.\n");
+ fputs("Implementation unexpectedly missing "
+ "WGL_ARB_extensions_string. Probably a libepoxy bug.\n",
+ stderr);
return false;
}