aboutsummaryrefslogtreecommitdiffstats
path: root/src/gmalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gmalloc.c')
-rw-r--r--src/gmalloc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gmalloc.c b/src/gmalloc.c
index 779cdb36d67..bac3ffb7e5e 100644
--- a/src/gmalloc.c
+++ b/src/gmalloc.c
@@ -2013,7 +2013,6 @@ mabort (enum mcheck_status status)
2013 __libc_fatal (msg); 2013 __libc_fatal (msg);
2014#else 2014#else
2015 fprintf (stderr, "mcheck: %s\n", msg); 2015 fprintf (stderr, "mcheck: %s\n", msg);
2016 fflush (stderr);
2017 emacs_abort (); 2016 emacs_abort ();
2018#endif 2017#endif
2019} 2018}