mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 06:10:56 +00:00
s/__attribute/__attribute__/
This commit is contained in:
parent
ba12255550
commit
26c06c09a2
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ qboolean FillOutside (node_t *node);
|
|||
|
||||
extern brushset_t *brushset;
|
||||
|
||||
void qprintf (const char *fmt, ...) __attribute ((format (printf, 1, 2))); // only prints if verbose
|
||||
void qprintf (const char *fmt, ...) __attribute__ ((format (printf, 1, 2))); // only prints if verbose
|
||||
|
||||
extern int valid;
|
||||
|
||||
|
|
Loading…
Reference in a new issue