aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c
index bfa8046a0ea..7d4c3422a6d 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -525,7 +525,7 @@ Note that changing the size of one terminal frame automatically affects all.")
525 struct frame *f; 525 struct frame *f;
526 Lisp_Object frame; 526 Lisp_Object frame;
527 527
528#ifdef __MSDOS__ 528#ifdef MSDOS
529 if (selected_frame->output_method != output_msdos_raw) 529 if (selected_frame->output_method != output_msdos_raw)
530 abort (); 530 abort ();
531#else 531#else