Fix typo that broke GNU/Linux unexec build

* src/emacs.c (Fdump_emacs): Remove stray closing brace that
breaks the build when configured with --with-dumping=unexec on
GNU/Linux.  (Apparently everybody is using pdumper now.)
I introduced the bug in 2019-07-09T00:50:39Z!eggert@cs.ucla.edu.
This commit is contained in:
Paul Eggert 2019-12-13 17:06:52 -08:00
parent b2949d3926
commit c6e655c77b

View file

@ -2530,7 +2530,6 @@ You must run Emacs in batch mode in order to dump it. */)
"exec-shield in etc/PROBLEMS for more information.\n"
"**************************************************\n"),
heap_bss_diff);
}
# endif
/* Bind `command-line-processed' to nil before dumping,