commit 00533854c07c7556363d2cbb9c6a1e0cc6bff9b9
parent dc3610fc8ecb00b56edfbeffaaf0e52517117d25
Author: Benno Schulenberg <bensberg@justemail.net>
Date: Mon, 8 May 2017 21:59:36 +0200
tweaks: fix compilation with --enable-tiny ...-help and ...-multibuffer
(This should have been part of 9ea5eef2, four commits ago.)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/global.c b/src/global.c
@@ -633,10 +633,10 @@ void shortcut_init(void)
const char *nano_prepend_msg = N_("Toggle prepending");
const char *nano_backup_msg = N_("Toggle backing up of the original file");
const char *nano_execute_msg = N_("Execute external command");
+#endif
#ifdef ENABLE_MULTIBUFFER
const char *nano_newbuffer_msg = N_("Toggle the use of a new buffer");
#endif
-#endif
const char *nano_discard_buffer_msg = N_("Close buffer without saving it");
#ifdef ENABLE_BROWSER
const char *nano_exitbrowser_msg = N_("Exit from the file browser");