diff options
Diffstat (limited to 'gcc/fix-header.c')
-rw-r--r-- | gcc/fix-header.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fix-header.c b/gcc/fix-header.c index 68237fb..9b1386a 100644 --- a/gcc/fix-header.c +++ b/gcc/fix-header.c @@ -612,7 +612,7 @@ read_scan_file (in_fname, argc, argv) int argc; char **argv; { - cpp_reader* scan_in; + cpp_reader *scan_in; cpp_callbacks *cb; cpp_options *options; struct fn_decl *fn; |