mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-25 13:11:00 +00:00
[qfcc] Correct a comment
This commit is contained in:
parent
410317fdf7
commit
549203d05d
1 changed files with 1 additions and 1 deletions
|
@ -770,7 +770,7 @@ const float *expr_quaternion (const expr_t *e) __attribute__((pure));
|
||||||
const expr_t *new_int_expr (int int_val, bool implicit);
|
const expr_t *new_int_expr (int int_val, bool implicit);
|
||||||
int expr_int (const expr_t *e) __attribute__((pure));
|
int expr_int (const expr_t *e) __attribute__((pure));
|
||||||
|
|
||||||
/** Create a new int constant expression node.
|
/** Create a new uint constant expression node.
|
||||||
|
|
||||||
\param uint_val The int constant being represented.
|
\param uint_val The int constant being represented.
|
||||||
\return The new int constant expression node
|
\return The new int constant expression node
|
||||||
|
|
Loading…
Reference in a new issue