aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gdb/mmalloc/mmalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/gdb/mmalloc/mmalloc.h')
-rw-r--r--gnu/usr.bin/gdb/mmalloc/mmalloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gdb/mmalloc/mmalloc.h b/gnu/usr.bin/gdb/mmalloc/mmalloc.h
index 54b6ed654dcdb..34ba775d6bd5e 100644
--- a/gnu/usr.bin/gdb/mmalloc/mmalloc.h
+++ b/gnu/usr.bin/gdb/mmalloc/mmalloc.h
@@ -206,7 +206,7 @@ struct mdesc
needs to be maintained on a per-process basis. */
PTR (*morecore) PARAMS ((struct mdesc *, int));
-
+
/* Pointer to the function that causes an abort when the memory checking
features are activated. By default this is set to abort(), but can
be set to another function by the application using mmalloc().