mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 07:11:32 +00:00
make isspace static
This commit is contained in:
parent
29134e35dc
commit
ed06bd8a89
@ -42,7 +42,7 @@ int inet_aton ( const char *cp, struct in_addr *inp ) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int isspace ( int c ) {
|
||||
static int isspace ( int c ) {
|
||||
switch ( c ) {
|
||||
case ' ':
|
||||
case '\f':
|
||||
|
Loading…
Reference in New Issue
Block a user