projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d432583
)
gallium: Add forgotten return type.
author
José Fonseca
<jrfonseca@tungstengraphics.com>
Wed, 6 Feb 2008 05:37:24 +0000
(14:37 +0900)
committer
Ben Skeggs
<skeggsb@gmail.com>
Fri, 15 Feb 2008 02:50:31 +0000
(13:50 +1100)
src/mesa/pipe/util/p_debug.c
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/util/p_debug.c
b/src/mesa/pipe/util/p_debug.c
index faa093e57ccaacc5606c69ffced4e600af4ae9ad..9303c970cca1e02fc298f1b1da3603baad6ab232 100644
(file)
--- a/
src/mesa/pipe/util/p_debug.c
+++ b/
src/mesa/pipe/util/p_debug.c
@@
-53,7
+53,7
@@
void debug_printf(const char *format, ...)
}
-static INLINE debug_abort(void)
+static INLINE
void
debug_abort(void)
{
#ifdef WIN32
EngDebugBreak();