diff options
Diffstat (limited to 'gas/debug.c')
-rw-r--r-- | gas/debug.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/debug.c b/gas/debug.c index e99f23f..e9f6f09 100644 --- a/gas/debug.c +++ b/gas/debug.c @@ -62,8 +62,7 @@ dmp_frag (fp, indent) printf ("%srs_fill(%d)\n", indent, fp->fr_offset); printf ("%s", indent); var_chars (fp, fp->fr_var + fp->fr_fix); - printf ("%s\t repeated %d times,", - indent, fp->fr_offset); + printf ("%s\t repeated %d times,", indent, fp->fr_offset); printf (" fixed length if # chars == 0)\n"); break; case rs_org: |