summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/file.cc2
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);