mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-09 10:29:45 +01:00
Add a blank line to the end of is_number()
This is to be consistent with is_positive_num().
This commit is contained in:
parent
4a853fec97
commit
28caa994e9
1 changed files with 1 additions and 0 deletions
|
@ -279,6 +279,7 @@ bool is_number(const char* str)
|
|||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue