diff options
-rw-r--r-- | gdb/maint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/maint.c b/gdb/maint.c index c21c505..7003c02 100644 --- a/gdb/maint.c +++ b/gdb/maint.c @@ -398,7 +398,7 @@ the command you want to undeprecate.\n"); This function deprecates a command and optionally assigns it a replacement. */ -static void +static void maintenance_do_deprecate (char *text, int deprecate) { |