diff options
Diffstat (limited to 'gcc/fortran/io.c')
-rw-r--r-- | gcc/fortran/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/io.c b/gcc/fortran/io.c index 19a4437..8e81d6a 100644 --- a/gcc/fortran/io.c +++ b/gcc/fortran/io.c @@ -196,7 +196,7 @@ unget_char (void) use_last_char = 1; } -/* Eat up the spaces and return a character. */ +/* Eat up the spaces and return a character. */ static char next_char_not_space (void) |