gallium: Add forgotten return type.

This commit is contained in:
José Fonseca 2008-02-06 14:37:24 +09:00 committed by Ben Skeggs
parent d432583d69
commit 7ff0b6782a

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