diff options
author | Johannes Schickel | 2008-11-18 14:57:40 +0000 |
---|---|---|
committer | Johannes Schickel | 2008-11-18 14:57:40 +0000 |
commit | 19aea834115ac70c8b1afde73199086a672620ca (patch) | |
tree | 9ade5e48a5db1c2ad6433706ce71cbd1bca0d615 /common | |
parent | c67881f0cc81c3347cfa4c2ed3c19fd1a320a390 (diff) | |
download | scummvm-rg350-19aea834115ac70c8b1afde73199086a672620ca.tar.gz scummvm-rg350-19aea834115ac70c8b1afde73199086a672620ca.tar.bz2 scummvm-rg350-19aea834115ac70c8b1afde73199086a672620ca.zip |
Fixed documentation.
svn-id: r35109
Diffstat (limited to 'common')
-rw-r--r-- | common/file.h | 2 |
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); |