]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
libcom_err: declare com_err_gettext to be static
authorTheodore Ts'o <tytso@mit.edu>
Wed, 5 Oct 2011 07:03:44 +0000 (03:03 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 5 Oct 2011 07:03:44 +0000 (03:03 -0400)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/et/error_message.c

index dc179842f9e70f31677cc2f4d33f8a2db2e40b18..dc77b69fbf57ae28545011d1eb47457c70287230 100644 (file)
@@ -100,7 +100,7 @@ int et_list_unlock(void)
 
 typedef char *(*gettextf) (const char *);
 
-gettextf com_err_gettext = NULL;
+static gettextf com_err_gettext = NULL;
 
 gettextf set_com_err_gettext (new_proc)
     gettextf new_proc;