aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 9d06f901360..42d11f87564 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -474,7 +474,7 @@ main (argc, argv, envp)
474#endif /* PRIO_PROCESS */ 474#endif /* PRIO_PROCESS */
475 475
476#ifdef EXTRA_INITIALIZE 476#ifdef EXTRA_INITIALIZE
477 EXTRA_INITIALIZE (); 477 EXTRA_INITIALIZE;
478#endif 478#endif
479 479
480 inhibit_window_system = 0; 480 inhibit_window_system = 0;