mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 05:00:35 +00:00
Correct a "spelling" error.
This commit is contained in:
parent
e267e0a664
commit
cb8fe4eb38
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ struct expr_s *warning (struct expr_s *e, const char *fmt, ...)
|
|||
__attribute__ ((format (printf, 2, 3)));
|
||||
struct expr_s *notice (struct expr_s *e, const char *fmt, ...)
|
||||
__attribute__ ((format (printf, 2, 3)));
|
||||
void debug (struct expr_s *e, const char *mft, ...)
|
||||
void debug (struct expr_s *e, const char *fmt, ...)
|
||||
__attribute__ ((format (printf, 2, 3)));
|
||||
|
||||
//@}
|
||||
|
|
Loading…
Reference in a new issue