diff src/dispnew.c @ 83090:72c2a3eb27da

Trivial cosmetic change in dispnew.c. src/dispnew.c (init_display): Trivial cosmetic change. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-130
author Karoly Lorentey <lorentey@elte.hu>
date Sat, 03 Apr 2004 20:02:51 +0000
parents 34a7a8f40548
children 0643dc72a250
line wrap: on
line diff
--- a/src/dispnew.c	Tue Mar 30 00:32:47 2004 +0000
+++ b/src/dispnew.c	Sat Apr 03 20:02:51 2004 +0000
@@ -6715,7 +6715,7 @@
     d = term_init (0, terminal_type, 1); /* Errors are fatal. */
 
     /* Convert the initial frame to use the new display. */
-    if (! f->output_method == output_initial)
+    if (f->output_method != output_initial)
       abort ();
     f->output_method = d->type;
     f->display = d;