From 5ae5f592883d573d830841e3ee19d8ee37c3e9d8 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Thu, 11 Jul 2002 13:50:50 +0000 Subject: Fix some K&R isms. --- gdb/memattr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/memattr.c') diff --git a/gdb/memattr.c b/gdb/memattr.c index 37a97eb..aaaaba7 100644 --- a/gdb/memattr.c +++ b/gdb/memattr.c @@ -507,7 +507,7 @@ mem_delete_command (char *args, int from_tty) } void -_initialize_mem () +_initialize_mem (void) { add_com ("mem", class_vars, mem_command, "Define attributes for memory region.\n\ -- cgit v1.1