]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - misc-utils/blkid.c
misc: add static keyword to where needed [smatch scan]
[thirdparty/util-linux.git] / misc-utils / blkid.c
index ca07e9ee7fd4ea860fd9834c513925e9414f3d79..9278553c7045550fb53ccebd927242a0420838db 100644 (file)
@@ -46,7 +46,7 @@
 #include "ttyutils.h"
 #include "xalloc.h"
 
-int raw_chars;
+static int raw_chars;
 
 static void print_version(FILE *out)
 {