diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/term.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/term.c b/src/term.c index ac1ef073318..2fae139e7f5 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -2344,6 +2344,8 @@ dissociate_if_controlling_tty (int fd) | |||
| 2344 | } | 2344 | } |
| 2345 | } | 2345 | } |
| 2346 | 2346 | ||
| 2347 | static void maybe_fatal(); | ||
| 2348 | |||
| 2347 | /* Create a termcap display on the tty device with the given name and | 2349 | /* Create a termcap display on the tty device with the given name and |
| 2348 | type. | 2350 | type. |
| 2349 | 2351 | ||
| @@ -2367,8 +2369,6 @@ term_init (char *name, char *terminal_type, int must_succeed) | |||
| 2367 | struct tty_display_info *tty; | 2369 | struct tty_display_info *tty; |
| 2368 | struct display *display; | 2370 | struct display *display; |
| 2369 | 2371 | ||
| 2370 | static void maybe_fatal(); | ||
| 2371 | |||
| 2372 | if (!terminal_type) | 2372 | if (!terminal_type) |
| 2373 | maybe_fatal (must_succeed, 0, 0, | 2373 | maybe_fatal (must_succeed, 0, 0, |
| 2374 | "Unknown terminal type", | 2374 | "Unknown terminal type", |