Browse Source

mark local function static

Mike Frysinger 17 years ago
parent
commit
6477e385d9
1 changed files with 1 additions and 1 deletions
  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;