summaryrefslogtreecommitdiff
path: root/gdb/memory-map.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/memory-map.h')
-rw-r--r--gdb/memory-map.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/memory-map.h b/gdb/memory-map.h
index 7b7f2e48256..64a711f94ce 100644
--- a/gdb/memory-map.h
+++ b/gdb/memory-map.h
@@ -26,7 +26,8 @@
/* Parses XML memory map passed as argument and returns the memory
regions it describes. On any error, emits error message and
- returns 0. Does not throw. Ownership of result is passed to the caller. */
+ returns 0. Does not throw. Ownership of result is passed to the
+ caller. */
VEC(mem_region_s) *parse_memory_map (const char *memory_map);
#endif