mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-22 02:11:19 +00:00
fix for --
This commit is contained in:
parent
841c901f88
commit
e71cbaf5ef
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
float foo = 1;
|
||||
float bar = 1;
|
||||
float snafu = 2;
|
||||
float negative = -------2;
|
||||
float negative = - - - - - - -2;
|
||||
|
||||
void () eek;
|
||||
float (float a, float b) boing;
|
||||
|
|
Loading…
Reference in a new issue