Remove stray newline

This commit is contained in:
Lactozilla 2024-02-28 16:34:45 -03:00
parent 81458edc77
commit c879c58cad

View file

@ -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)
{ {