diff options
author | Brian Paul <[email protected]> | 2010-12-31 16:37:41 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-12-31 16:37:41 -0700 |
commit | 1eceb9d323196ddbf167367c192f3ab12fd9c5f8 (patch) | |
tree | 1f516f44002dbdaeba4f9e436a3f3285ccd84b42 | |
parent | e227f4bf50ff534718fa43f6d8e20735bd0d81c0 (diff) |
mapi: add missing newline in error message
-rw-r--r-- | src/mapi/mapi/table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/mapi/table.c b/src/mapi/mapi/table.c index 4e16e8d0da2..9bb9f654a2a 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 |