diff --git a/src/nano.c b/src/nano.c index 975b25ec..e5e8e6fe 100644 --- a/src/nano.c +++ b/src/nano.c @@ -886,7 +886,7 @@ int open_pipe(const char *command) return 0; } -#endif /* NANO_SMALL */ +#endif /* !NANO_SMALL */ #ifndef DISABLE_MOUSE void do_mouse(void)