Commit 97415dfd authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

really fix #ifdef

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3413 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
...@@ -678,11 +678,11 @@ void shortcut_init(bool unjustify) ...@@ -678,11 +678,11 @@ void shortcut_init(bool unjustify)
NANO_NO_KEY, NANO_NO_KEY, VIEW, do_wordlinechar_count); NANO_NO_KEY, NANO_NO_KEY, VIEW, do_wordlinechar_count);
#endif #endif
sc_init_one(&main_list, NANO_REFRESH_KEY, refresh_msg, sc_init_one(&main_list, NANO_REFRESH_KEY, refresh_msg
#ifndef NANO_TINY #ifndef NANO_TINY
IFHELP(nano_wordcount_msg, TRUE) , IFHELP(nano_wordcount_msg, TRUE)
#else #else
IFHELP(nano_wordcount_msg, FALSE) , IFHELP(nano_wordcount_msg, FALSE)
#endif #endif
, NANO_NO_KEY, NANO_NO_KEY, NANO_NO_KEY, VIEW, total_refresh); , NANO_NO_KEY, NANO_NO_KEY, NANO_NO_KEY, VIEW, total_refresh);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment