mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03: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:
@@ -279,6 +279,7 @@ bool is_number(const char* str)
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user