mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
gallium: Add forgotten return type.
This commit is contained in:
parent
81b6a801f7
commit
78bce9c2dc
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