aboutsummaryrefslogtreecommitdiff
path: root/common/file.h
diff options
context:
space:
mode:
authorJohannes Schickel2008-11-18 14:57:40 +0000
committerJohannes Schickel2008-11-18 14:57:40 +0000
commit19aea834115ac70c8b1afde73199086a672620ca (patch)
tree9ade5e48a5db1c2ad6433706ce71cbd1bca0d615 /common/file.h
parentc67881f0cc81c3347cfa4c2ed3c19fd1a320a390 (diff)
downloadscummvm-rg350-19aea834115ac70c8b1afde73199086a672620ca.tar.gz
scummvm-rg350-19aea834115ac70c8b1afde73199086a672620ca.tar.bz2
scummvm-rg350-19aea834115ac70c8b1afde73199086a672620ca.zip
Fixed documentation.
svn-id: r35109
Diffstat (limited to 'common/file.h')
-rw-r--r--common/file.h2
1 files changed, 1 insertions, 1 deletions
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);