diff options
Diffstat (limited to 'gdb/utils.h')
-rw-r--r-- | gdb/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/utils.h b/gdb/utils.h index 6f3a702..f6fd32f 100644 --- a/gdb/utils.h +++ b/gdb/utils.h @@ -473,7 +473,7 @@ extern void print_spaces (int, struct ui_file *); extern void print_spaces_filtered (int, struct ui_file *); -extern char *n_spaces (int); +extern const char *n_spaces (int); extern void fputstr_filtered (const char *str, int quotr, struct ui_file * stream); |