diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-07-12 22:49:48 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-07-12 22:49:48 +0000 |
commit | 4ed432168c0acd8e572f3994ff906468954d4e1c (patch) | |
tree | c1de26b1f01549c9268b8764b22ddc9d6f9a3ba0 /gcc/cppcharset.c | |
parent | 0c6a2903e58fff129d796e670226decdcd988dd6 (diff) | |
download | gcc-4ed432168c0acd8e572f3994ff906468954d4e1c.zip gcc-4ed432168c0acd8e572f3994ff906468954d4e1c.tar.gz gcc-4ed432168c0acd8e572f3994ff906468954d4e1c.tar.bz2 |
c-format.c: Fix comment formatting.
* c-format.c: Fix comment formatting.
* c-typeck.c: Likewise.
* coverage.c: Likewise.
* cppcharset.c: Likewise.
* cpplib.c: Likewise.
* dbxout.c: Likewise.
* gcov-io.h: Likewise.
* toplev.c: Likewise.
From-SVN: r69276
Diffstat (limited to 'gcc/cppcharset.c')
-rw-r--r-- | gcc/cppcharset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppcharset.c b/gcc/cppcharset.c index 7631765..0fc87f2c 100644 --- a/gcc/cppcharset.c +++ b/gcc/cppcharset.c @@ -448,7 +448,7 @@ one_utf16_to_utf8 (iconv_t bigend, const uchar **inbufp, size_t *inbytesleftp, /* Helper routine for the next few functions. The 'const' on one_conversion means that we promise not to modify what function is - pointed to, which lets the inliner see through it. */ + pointed to, which lets the inliner see through it. */ static inline bool conversion_loop (int (*const one_conversion)(iconv_t, const uchar **, size_t *, |