aboutsummaryrefslogtreecommitdiff
path: root/gcc/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/input.c')
-rw-r--r--gcc/input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/input.c b/gcc/input.c
index 99e6e04..52dde0b 100644
--- a/gcc/input.c
+++ b/gcc/input.c
@@ -117,7 +117,7 @@ read_line (FILE *file)
the null character. */
const char *
-location_get_source_line(expanded_location xloc)
+location_get_source_line (expanded_location xloc)
{
const char *buffer;
int lines = 1;