Tweak whitespace. file-class-in-dom
authorCarl Hetherington <cth@carlh.net>
Fri, 15 Apr 2022 20:41:23 +0000 (22:41 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 5 May 2022 19:46:30 +0000 (21:46 +0200)
src/file.cc

index bb276d48b619fdce98636fa1dccee0162e54358b..2ce3fc6722296f16b0f30022d87ca596b842d977 100644 (file)
@@ -113,7 +113,7 @@ File::eof()
 
 
 char *
-File::gets(char *s, int size)
+File::gets(chars, int size)
 {
        DCP_ASSERT(_file);
        return fgets(s, size, _file);