gallium: Add forgotten return type.
This commit is contained in:
@@ -53,7 +53,7 @@ void debug_printf(const char *format, ...)
|
||||
}
|
||||
|
||||
|
||||
static INLINE debug_abort(void)
|
||||
static INLINE void debug_abort(void)
|
||||
{
|
||||
#ifdef WIN32
|
||||
EngDebugBreak();
|
||||
|
Reference in New Issue
Block a user