gallium: Add forgotten return type.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Wed, 6 Feb 2008 05:37:24 +0000 (14:37 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Wed, 6 Feb 2008 05:37:24 +0000 (14:37 +0900)
src/mesa/pipe/util/p_debug.c

index faa093e..9303c97 100644 (file)
@@ -53,7 +53,7 @@ void debug_printf(const char *format, ...)
 }
 
 
-static INLINE debug_abort(void) 
+static INLINE void debug_abort(void) 
 {
 #ifdef WIN32
    EngDebugBreak();