]> git.wh0rd.org Git - nano.git/commitdiff
Initialize bracket_msg (David Lawrence Ramsey
authorChris Allegretta <chrisa@asty.org>
Thu, 27 Sep 2001 20:52:53 +0000 (20:52 +0000)
committerChris Allegretta <chrisa@asty.org>
Thu, 27 Sep 2001 20:52:53 +0000 (20:52 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@792 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

global.c

index b775220b19c458cc8b8e58a0d079127feb893221..2e26a03a107afb386978eb9a1b7f79421a27e872 100644 (file)
--- a/global.c
+++ b/global.c
@@ -249,7 +249,7 @@ void shortcut_init(int unjustify)
 #ifndef NANO_SMALL
     char *nano_tofiles_msg = "", *nano_gotodir_msg = "", *nano_case_msg =
        "", *nano_reverse_msg = "", *nano_regexp_msg = "",
-       *nano_bracket_msg;
+       *nano_bracket_msg = "";
 
     nano_help_msg = _("Invoke the help menu");
     nano_writeout_msg = _("Write the current file to disk");