david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

make isspace static

This commit is contained in:
Holger Lubitz 2007-07-27 21:36:53 +02:00
parent 29134e35dc
commit ed06bd8a89
1 changed files with 1 additions and 1 deletions

View File

@ -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':