i965: Remove extraneous arg to debug_printf.

This commit is contained in:
José Fonseca 2008-08-07 23:32:45 +01:00
parent 4e070f10c0
commit be36f7869e
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ extern int BRW_DEBUG;
} while(0)
#define PRINT(...) do { \
debug_printf(brw->pipe.winsys, __VA_ARGS__); \
debug_printf(__VA_ARGS__); \
} while(0)
struct brw_state_flags {