aboutsummaryrefslogtreecommitdiffstats
path: root/src/msdos.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/msdos.c')
-rw-r--r--src/msdos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msdos.c b/src/msdos.c
index 7e89d549706..4d111b30969 100644
--- a/src/msdos.c
+++ b/src/msdos.c
@@ -1787,7 +1787,7 @@ internal_terminal_init (void)
1787#endif 1787#endif
1788 1788
1789 /* If this is the initial terminal, we are done here. */ 1789 /* If this is the initial terminal, we are done here. */
1790 if (sf->output_method == output_initial) 1790 if (FRAME_INITIAL_P (sf))
1791 return; 1791 return;
1792 1792
1793 internal_terminal 1793 internal_terminal