From 19aea834115ac70c8b1afde73199086a672620ca Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 18 Nov 2008 14:57:40 +0000 Subject: Fixed documentation. svn-id: r35109 --- common/file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/file.h') diff --git a/common/file.h b/common/file.h index a9d2a09c61..43392ba7fa 100644 --- a/common/file.h +++ b/common/file.h @@ -103,7 +103,7 @@ public: * * @param stream a pointer to a SeekableReadStream, or 0 * @param name a string describing the 'file' corresponding to stream - * @return true if stream was 0, false otherwise + * @return true if stream was non-zero, false otherwise */ virtual bool open(SeekableReadStream *stream, const Common::String &name); -- cgit v1.2.3