mirror of
https://github.com/UberGames/rpgxEF.git
synced 2024-11-10 15:21:34 +00:00
fixed annotation
This commit is contained in:
parent
decb2bdf52
commit
4186173798
1 changed files with 1 additions and 1 deletions
|
@ -674,7 +674,7 @@ void Parse1DMatrix (char **buf_p, int x, float *m);
|
|||
void Parse2DMatrix (char **buf_p, int y, int x, float *m);
|
||||
void Parse3DMatrix (char **buf_p, int z, int y, int x, float *m);
|
||||
|
||||
void QDECL Com_sprintf (/*@null@*/ char *dest, size_t size, /*@null@*/ const char *fmt, ...) __attribute__ ((format (printf, 3, 4)));
|
||||
void QDECL Com_sprintf (/*@null@*/ char *dest, size_t size, const /*@null@*/ char *fmt, ...) __attribute__ ((format (printf, 3, 4)));
|
||||
|
||||
|
||||
// mode parm for FS_FOpenFile
|
||||
|
|
Loading…
Reference in a new issue