projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb40f1f
)
util: add \n to debug_checkpoint_full
author
Marcin Slusarz
<marcin.slusarz@gmail.com>
Mon, 16 May 2011 19:53:06 +0000
(21:53 +0200)
committer
José Fonseca
<jfonseca@vmware.com>
Mon, 6 Jun 2011 11:41:07 +0000
(12:41 +0100)
Signed-off-by: José Fonseca <jfonseca@vmware.com>
src/gallium/auxiliary/util/u_debug.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_debug.h
b/src/gallium/auxiliary/util/u_debug.h
index c47c13c64cf7303edc8f59edfecc62a17cd3033f..b5ea4050633380868fd3c15a1cb87236905a84f7 100644
(file)
--- a/
src/gallium/auxiliary/util/u_debug.h
+++ b/
src/gallium/auxiliary/util/u_debug.h
@@
-192,7
+192,7
@@
void _debug_assert_fail(const char *expr,
*/
#ifdef DEBUG
#define debug_checkpoint_full() \
- _debug_printf("%s:%u:%s
", __FILE__, __LINE__, __FUNCTION__)
+ _debug_printf("%s:%u:%s
\n", __FILE__, __LINE__, __FUNCTION__)
#else
#define debug_checkpoint_full() \
((void)0)