* remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct

variable.
This commit is contained in:
Tom Tromey 2013-03-08 14:42:23 +00:00
parent af924177b5
commit 7da3ab7920
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-03-08 Tom Tromey <tromey@redhat.com>
* remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
variable.
2013-03-07 Pedro Alves <palves@redhat.com>
* target.c (target_read_stralloc, target_fileio_read_alloc):

View File

@ -1234,7 +1234,7 @@ m32r_load (char *args, int from_tty)
{
char *arg;
args = skip_spaces (arg);
args = skip_spaces (args);
arg = args;