mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-21 12:01:05 +00:00
Remove stray newline
This commit is contained in:
parent
81458edc77
commit
c879c58cad
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue