diff options
Diffstat (limited to 'autistdraw.c')
-rw-r--r-- | autistdraw.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/autistdraw.c b/autistdraw.c index 4066362..472f630 100644 --- a/autistdraw.c +++ b/autistdraw.c @@ -972,7 +972,7 @@ on_winch (EV_P_ ev_signal *handle, int revents) (void) handle; (void) revents; -#if defined (HAVE_RESIZETERM) && defined (TIOCGWINSZ) +#if defined HAVE_RESIZETERM && defined TIOCGWINSZ struct winsize size; if (!ioctl (STDOUT_FILENO, TIOCGWINSZ, (char *) &size)) { @@ -1605,4 +1605,3 @@ main (int argc, char *argv[]) ev_loop_destroy (loop); return 0; } - |