@@ -34,11 +34,11 @@ */ @interface OFFile: OFSeekableStream { int fileDescriptor; BOOL closable; - BOOL isAtEndOfStream; + BOOL atEndOfStream; } /** * \brief Creates a new OFFile with the specified path and mode. *