From 7da3ab792088f01bb2d2453e08ef7d5a4458982b Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 8 Mar 2013 14:42:23 +0000 Subject: * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct variable. --- gdb/remote-m32r-sdi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/remote-m32r-sdi.c') diff --git a/gdb/remote-m32r-sdi.c b/gdb/remote-m32r-sdi.c index 653cc7e..2b23273 100644 --- a/gdb/remote-m32r-sdi.c +++ b/gdb/remote-m32r-sdi.c @@ -1234,7 +1234,7 @@ m32r_load (char *args, int from_tty) { char *arg; - args = skip_spaces (arg); + args = skip_spaces (args); arg = args; -- cgit v1.1