gallium: Add forgotten return type.

This commit is contained in:
José Fonseca
2008-02-06 14:37:24 +09:00
parent 81b6a801f7
commit 78bce9c2dc

View 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();