aboutsummaryrefslogtreecommitdiff
path: root/gcc/xcoffout.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/xcoffout.h')
-rw-r--r--gcc/xcoffout.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/xcoffout.h b/gcc/xcoffout.h
index 12e4a74..74ddd98 100644
--- a/gcc/xcoffout.h
+++ b/gcc/xcoffout.h
@@ -1,5 +1,5 @@
/* XCOFF definitions. These are needed in dbxout.c, final.c,
- and xcoffout.h.
+ and xcoffout.h.
Copyright (C) 1998, 2000 Free Software Foundation, Inc.
This file is part of GCC.
@@ -107,7 +107,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
if (*_p == '*') \
fprintf (asmfile, "%s", _p+1); \
else \
- for (; *_p != '[' && *_p; _p++) \
+ for (; *_p != '[' && *_p; _p++) \
fprintf (asmfile, "%c", *_p); \
} \
else if (current_sym_addr) \