소스 검색

make isspace static

tags/v0.9.3
Holger Lubitz 17 년 전
부모
커밋
ed06bd8a89
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/core/misc.c

+ 1
- 1
src/core/misc.c 파일 보기

@@ -42,7 +42,7 @@ int inet_aton ( const char *cp, struct in_addr *inp ) {
42 42
 	return 0;
43 43
 }
44 44
 
45
-int isspace ( int c ) {
45
+static int isspace ( int c ) {
46 46
 	switch ( c ) {
47 47
 	case ' ':
48 48
 	case '\f':

Loading…
취소
저장