diff options
Diffstat (limited to 'gold/fileread.h')
-rw-r--r-- | gold/fileread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/fileread.h b/gold/fileread.h index 3a8f932..6d0db78 100644 --- a/gold/fileread.h +++ b/gold/fileread.h @@ -515,7 +515,7 @@ class Input_file // restarted to find the next file with a matching name by // incrementing the result and calling this again. bool - open(const Dirsearch&, const Task*, int *pindex); + open(const Dirsearch&, const Task*, int* pindex); // Return the name given by the user. For -lc this will return "c". const char* |