summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/emacs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 396c80210ac..2a79068b39f 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1298,7 +1298,7 @@ and announce itself normally when it is run.")
#ifndef WINDOWSNT
/* On Windows, this was done before dumping, and that once suffices.
Meanwhile, my_edata is not valid on Windows. */
- memory_warnings (&my_edata, malloc_warning);
+ memory_warnings (my_edata, malloc_warning);
#endif /* not WINDOWSNT */
#endif
unexec (XSTRING (intoname)->data,