Whamcloud - gitweb
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 dc17984..dc77b69 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;