소스 검색

mark local function static

Mike Frysinger 17 년 전
부모
커밋
6477e385d9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/setjmp/bug269-setjmp.c

+ 1 - 1
test/setjmp/bug269-setjmp.c

@@ -29,7 +29,7 @@ int n_x = 6;
 
 static int g_counter = 0;
 
-int
+static int
 f (void) 
 {
   static int counter = 0;