Browse Source

base: BLog_syslog: make global variable static

ambrop7 13 years ago
parent
commit
ef2650edcf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      base/BLog_syslog.c

+ 1 - 1
base/BLog_syslog.c

@@ -119,7 +119,7 @@ static int convert_level (int level)
     }
 }
 
-struct {
+static struct {
     char ident[200];
 } syslog_global;