aboutsummaryrefslogtreecommitdiff
path: root/gdb/stubs/sparc-stub.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/stubs/sparc-stub.c')
-rw-r--r--gdb/stubs/sparc-stub.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/stubs/sparc-stub.c b/gdb/stubs/sparc-stub.c
index c12d436..24631ce 100644
--- a/gdb/stubs/sparc-stub.c
+++ b/gdb/stubs/sparc-stub.c
@@ -309,8 +309,8 @@ retry:
while (count < BUFMAX - 1)
{
ch = getDebugChar ();
- if (ch == '$')
- goto retry;
+ if (ch == '$')
+ goto retry;
if (ch == '#')
break;
checksum = checksum + ch;