diff options
Diffstat (limited to 'src/file.cpp')
-rw-r--r-- | src/file.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file.cpp b/src/file.cpp index 0b9bff2..6228ba9 100644 --- a/src/file.cpp +++ b/src/file.cpp | |||
@@ -111,7 +111,7 @@ void Bu::File::setPosEnd( long pos ) | |||
111 | lseek( fd, pos, SEEK_END ); | 111 | lseek( fd, pos, SEEK_END ); |
112 | } | 112 | } |
113 | 113 | ||
114 | bool Bu::File::isEOS() | 114 | bool Bu::File::isEos() |
115 | { | 115 | { |
116 | return bEos; | 116 | return bEos; |
117 | } | 117 | } |