projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e227f4b
)
mapi: add missing newline in error message
author
Brian Paul
<brianp@vmware.com>
Fri, 31 Dec 2010 23:37:41 +0000
(16:37 -0700)
committer
Brian Paul
<brianp@vmware.com>
Fri, 31 Dec 2010 23:37:41 +0000
(16:37 -0700)
src/mapi/mapi/table.c
patch
|
blob
|
history
diff --git
a/src/mapi/mapi/table.c
b/src/mapi/mapi/table.c
index
4e16e8d
..
9bb9f65
100644
(file)
--- 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