aboutsummaryrefslogtreecommitdiff
path: root/gdb/w89k-rom.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1998-12-03 05:34:25 +0000
committerAndrew Cagney <cagney@redhat.com>1998-12-03 05:34:25 +0000
commit1c3cd1b020893108b0b94fc2b0990200240887d8 (patch)
tree2405ec14bff6a53ae5fb94e88d7405497eab2f3e /gdb/w89k-rom.c
parent321d48c5b8248865d580c9e169ceb776730b7644 (diff)
downloadgdb-1c3cd1b020893108b0b94fc2b0990200240887d8.zip
gdb-1c3cd1b020893108b0b94fc2b0990200240887d8.tar.gz
gdb-1c3cd1b020893108b0b94fc2b0990200240887d8.tar.bz2
Clean up function return types. Functions not returning values,
functions unnecessarily returning values.
Diffstat (limited to 'gdb/w89k-rom.c')
-rw-r--r--gdb/w89k-rom.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/w89k-rom.c b/gdb/w89k-rom.c
index e6e63c4..d01a265 100644
--- a/gdb/w89k-rom.c
+++ b/gdb/w89k-rom.c
@@ -244,7 +244,8 @@ static struct target_ops w89k_ops;
static char *w89k_inits[] = {"\n", NULL};
static struct monitor_ops w89k_cmds ;
-static init_w89k_cmds(void)
+static void
+init_w89k_cmds(void)
{
w89k_cmds.flags = MO_GETMEM_NEEDS_RANGE|MO_FILL_USES_ADDR; /* flags */
w89k_cmds.init = w89k_inits; /* Init strings */