diff options
Diffstat (limited to 'gdb/remote-nindy.c')
-rw-r--r-- | gdb/remote-nindy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-nindy.c b/gdb/remote-nindy.c index d7f807e9900..d5b4b59e535 100644 --- a/gdb/remote-nindy.c +++ b/gdb/remote-nindy.c @@ -301,7 +301,7 @@ nindy_load( filename, from_tty ) tmpfile = coffstrip(scratch_pathname); if ( tmpfile ){ - old_chain = make_cleanup(unlink,tmpfile); + old_chain = make_cleanup (unlink,tmpfile); immediate_quit++; ninDownload( tmpfile, !from_tty ); /* FIXME, don't we want this merged in here? */ |