diff options
Diffstat (limited to 'src/file.cc')
| -rw-r--r-- | src/file.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file.cc b/src/file.cc index bb276d48..2ce3fc67 100644 --- a/src/file.cc +++ b/src/file.cc @@ -113,7 +113,7 @@ File::eof() char * -File::gets(char *s, int size) +File::gets(char* s, int size) { DCP_ASSERT(_file); return fgets(s, size, _file); |
