Skip to content
Snippets Groups Projects
Commit c879c58c authored by Lactozilla's avatar Lactozilla :speech_balloon:
Browse files

Remove stray newline

parent 81458edc
Branches custom-teams
No related tags found
No related merge requests found
...@@ -2259,7 +2259,6 @@ boolean M_IsStringEmpty(const char *s) ...@@ -2259,7 +2259,6 @@ boolean M_IsStringEmpty(const char *s)
return true; return true;
} }
// Returns true if the string only contains digits. // Returns true if the string only contains digits.
boolean M_StringOnlyHasDigits(const char *s) boolean M_StringOnlyHasDigits(const char *s)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment