diff --git a/src/mesa/drivers/dri/r300/r300_emit.h b/src/mesa/drivers/dri/r300/r300_emit.h index 1101a3545a0..16ea2c66419 100644 --- a/src/mesa/drivers/dri/r300/r300_emit.h +++ b/src/mesa/drivers/dri/r300/r300_emit.h @@ -162,7 +162,7 @@ static __inline__ uint32_t cmdpacify(void) cmd_written, cmd_reserved); \ exit(-1); \ } \ - } while(0); + } while(0) #define efloat(f) e32(r300PackFloat32(f))