mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-27 01:10:25 +01:00
r300: remove unneeded semicolon from macro
This commit is contained in:
parent
3d59042afd
commit
fb1d22d23d
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue