forked from Imagelibrary/binutils-gdb
Fix some K&R isms.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user