diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/emacs.c | 2 |
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) #endif /* PRIO_PROCESS */ #ifdef EXTRA_INITIALIZE - EXTRA_INITIALIZE (); + EXTRA_INITIALIZE; #endif inhibit_window_system = 0; |