summaryrefslogtreecommitdiff
path: root/gdb/remote.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-07-11 13:50:50 +0000
committerAndrew Cagney <cagney@redhat.com>2002-07-11 13:50:50 +0000
commit9f096c6421ed03bc720c090d6eecc9f7de8fe3b0 (patch)
tree08217865fabba32b6e4f0a06088a816d61713928 /gdb/remote.c
parente99b7264c5f39b212d766449c02d589d9cdb2256 (diff)
downloadgdb-9f096c6421ed03bc720c090d6eecc9f7de8fe3b0.tar.gz
Fix some K&R isms.
Diffstat (limited to 'gdb/remote.c')
-rw-r--r--gdb/remote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote.c b/gdb/remote.c
index 8231a574ff9..1758d17005f 100644
--- a/gdb/remote.c
+++ b/gdb/remote.c
@@ -254,7 +254,7 @@ struct remote_state
static struct gdbarch_data *remote_gdbarch_data_handle;
static struct remote_state *
-get_remote_state ()
+get_remote_state (void)
{
return gdbarch_data (current_gdbarch, remote_gdbarch_data_handle);
}