diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index 48c636f22f0..3fbc9f55f8d 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -1959,7 +1959,8 @@ FILE = nil means just close any termscript file currently open.") | |||
| 1959 | 1959 | ||
| 1960 | #ifdef SIGWINCH | 1960 | #ifdef SIGWINCH |
| 1961 | SIGTYPE | 1961 | SIGTYPE |
| 1962 | window_change_signal () | 1962 | window_change_signal (signalnum) /* If we don't have an argument, */ |
| 1963 | int signalnum; /* some compilers complain in signal calls. */ | ||
| 1963 | { | 1964 | { |
| 1964 | int width, height; | 1965 | int width, height; |
| 1965 | extern int errno; | 1966 | extern int errno; |