]> Sergey Matveev's repositories - nnn.git/commitdiff
Remove extern ref to wget_wch()
authorArun Prakash Jana <engineerarun@gmail.com>
Thu, 24 Aug 2017 14:13:11 +0000 (19:43 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Thu, 24 Aug 2017 14:13:11 +0000 (19:43 +0530)
nnn.c

diff --git a/nnn.c b/nnn.c
index 6736df952a15170b26d7401bb519c18a7649e49a..84008fadf4e8e32a80a500d5353ada40f32f9c12 100644 (file)
--- a/nnn.c
+++ b/nnn.c
@@ -188,9 +188,8 @@ extern int add_history(const char *string);
 #else
 extern void add_history(const char *string);
 #endif
-#endif
-
 extern int wget_wch(WINDOW *win, wint_t *wch);
+#endif
 
 /* Globals */
 /* Configuration */