mapi: add missing newline in error message

This commit is contained in:
Brian Paul
2010-12-31 16:37:41 -07:00
parent e227f4bf50
commit 1eceb9d323
+1 -1
View File
@@ -40,7 +40,7 @@ noop_warn(const char *name)
debug = (getenv("MESA_DEBUG") || getenv("LIBGL_DEBUG"));
if (debug)
fprintf(stderr, "%s is no-op", name);
fprintf(stderr, "%s is no-op\n", name);
}
static int