diff options
| author | Max Horn | 2006-05-01 22:04:13 +0000 |
|---|---|---|
| committer | Max Horn | 2006-05-01 22:04:13 +0000 |
| commit | dbe1c50bc9ce6e54115b7784585310ebb5433985 (patch) | |
| tree | 22483bca4b9a33e68390b8755bd5a95b279880c9 | |
| parent | e4a7de9d754c7e9b9a9f4f313b3a89bf4b5283af (diff) | |
| download | scummvm-rg350-dbe1c50bc9ce6e54115b7784585310ebb5433985.tar.gz scummvm-rg350-dbe1c50bc9ce6e54115b7784585310ebb5433985.tar.bz2 scummvm-rg350-dbe1c50bc9ce6e54115b7784585310ebb5433985.zip | |
Added a missing '*' (which marks the comment as being one doxygen should process)
svn-id: r22268
| -rw-r--r-- | backends/fs/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/fs/fs.h b/backends/fs/fs.h index 1e3696696e..bbc7d1e8d4 100644 --- a/backends/fs/fs.h +++ b/backends/fs/fs.h @@ -196,7 +196,7 @@ private: */ static AbstractFilesystemNode *getRoot(); - /* + /** * Construct a node based on a path; the path is in the same format as it * would be for calls to fopen(). * |
