mirror of
https://github.com/ipxe/ipxe
synced 2025-12-14 16:01:38 +03:00
make isspace static
This commit is contained in:
@@ -42,7 +42,7 @@ int inet_aton ( const char *cp, struct in_addr *inp ) {
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
int isspace ( int c ) {
|
static int isspace ( int c ) {
|
||||||
switch ( c ) {
|
switch ( c ) {
|
||||||
case ' ':
|
case ' ':
|
||||||
case '\f':
|
case '\f':
|
||||||
|
|||||||
Reference in New Issue
Block a user