diff options
Diffstat (limited to 'gdb/remote-fileio.c')
-rw-r--r-- | gdb/remote-fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-fileio.c b/gdb/remote-fileio.c index d84b3ff..8bad485 100644 --- a/gdb/remote-fileio.c +++ b/gdb/remote-fileio.c @@ -1185,7 +1185,7 @@ static struct { static int do_remote_fileio_request (struct ui_out *uiout, void *buf_arg) { - char *buf = buf_arg; + char *buf = (char *) buf_arg; char *c; int idx; |