Browse Source

make isspace static

tags/v0.9.3
Holger Lubitz 17 years ago
parent
commit
ed06bd8a89
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/core/misc.c

+ 1
- 1
src/core/misc.c View File

42
 	return 0;
42
 	return 0;
43
 }
43
 }
44
 
44
 
45
-int isspace ( int c ) {
45
+static int isspace ( int c ) {
46
 	switch ( c ) {
46
 	switch ( c ) {
47
 	case ' ':
47
 	case ' ':
48
 	case '\f':
48
 	case '\f':

Loading…
Cancel
Save