From 1eceb9d323196ddbf167367c192f3ab12fd9c5f8 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 31 Dec 2010 16:37:41 -0700 Subject: mapi: add missing newline in error message --- src/mapi/mapi/table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mapi/mapi') diff --git a/src/mapi/mapi/table.c b/src/mapi/mapi/table.c index 4e16e8d0da..9bb9f654a2 100644 --- a/src/mapi/mapi/table.c +++ b/src/mapi/mapi/table.c @@ -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 -- cgit v1.2.3