diff options
Diffstat (limited to 'gcc/scan.c')
-rw-r--r-- | gcc/scan.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -111,7 +111,7 @@ scan_string (fp, s, init) return c; } -/* Skip horizontal white spaces (spaces, tabs, and C-style comments). */ +/* Skip horizontal white spaces (spaces, tabs, and C-style comments). */ int skip_spaces (fp, c) |