mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-03-25 06:11:09 -04:00
Fixed warning.
This commit is contained in:
parent
7825f3a41e
commit
67218d7ce1
1 changed files with 1 additions and 1 deletions
2
3rdparty/fcpp/cpp6.c
vendored
2
3rdparty/fcpp/cpp6.c
vendored
|
@ -429,7 +429,7 @@ ReturnCode scannumber(struct Global *global,
|
|||
* dotflag signals "saw 'L'", and
|
||||
* expseen signals "saw 'U'".
|
||||
*/
|
||||
char done=TRUE;
|
||||
done=TRUE;
|
||||
while(done) {
|
||||
switch (c) {
|
||||
case 'l':
|
||||
|
|
Loading…
Add table
Reference in a new issue