aboutsummaryrefslogtreecommitdiff
path: root/gas/listing.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/listing.c')
-rw-r--r--gas/listing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/listing.c b/gas/listing.c
index 6932e86..d0e2042 100644
--- a/gas/listing.c
+++ b/gas/listing.c
@@ -1100,7 +1100,7 @@ print_options (char ** argv)
int pos = strlen (field_name);
char **p;
- fprintf (list_file, field_name);
+ fputs (field_name, list_file);
for (p = &argv[1]; *p != NULL; p++)
if (**p == '-')
{