mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-07 23:10:32 +01:00
gallium: Add forgotten return type.
This commit is contained in:
parent
d432583d69
commit
7ff0b6782a
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ void debug_printf(const char *format, ...)
|
|||
}
|
||||
|
||||
|
||||
static INLINE debug_abort(void)
|
||||
static INLINE void debug_abort(void)
|
||||
{
|
||||
#ifdef WIN32
|
||||
EngDebugBreak();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue