summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/svga/svga_debug.h')
-rw-r--r--src/gallium/drivers/svga/svga_debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/svga/svga_debug.h b/src/gallium/drivers/svga/svga_debug.h
index 3a3fcd8fae2..82c9b602d5d 100644
--- a/src/gallium/drivers/svga/svga_debug.h
+++ b/src/gallium/drivers/svga/svga_debug.h
@@ -53,7 +53,7 @@ extern int SVGA_DEBUG;
#define DBSTR(x) ""
#endif
-static INLINE void
+static inline void
SVGA_DBG( unsigned flag, const char *fmt, ... )
{
#ifdef DEBUG