summaryrefslogtreecommitdiff
path: root/contrib/binutils/gas/debug.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-05-28 05:21:37 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-05-28 05:21:37 +0000
commitc9edceadd8a0c5acc1f58da35396d952bdaaf786 (patch)
treeae2a6f4f4987889b7bd2af7bdf0b86fa580df011 /contrib/binutils/gas/debug.c
parentbf9a5db426c4b39201fc3149bbed3c8f14edbe86 (diff)
Notes
Diffstat (limited to 'contrib/binutils/gas/debug.c')
-rw-r--r--contrib/binutils/gas/debug.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/binutils/gas/debug.c b/contrib/binutils/gas/debug.c
index e99f23f32a6d..e9f6f09e643f 100644
--- a/contrib/binutils/gas/debug.c
+++ b/contrib/binutils/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: