diff options
author | uruk | 2014-02-09 15:35:20 +0100 |
---|---|---|
committer | uruk | 2014-02-09 15:35:20 +0100 |
commit | d0c59114812fb21aa3a59272e81371416a509bfa (patch) | |
tree | c321e833bf31c9b2818d67ec0509e03f97b8ccda /engines | |
parent | 3df5f2ad418d886ea77848c9916e2b97c6ce627b (diff) | |
download | scummvm-rg350-d0c59114812fb21aa3a59272e81371416a509bfa.tar.gz scummvm-rg350-d0c59114812fb21aa3a59272e81371416a509bfa.tar.bz2 scummvm-rg350-d0c59114812fb21aa3a59272e81371416a509bfa.zip |
AVALANCHE: Repair comment formatting.
Diffstat (limited to 'engines')
-rw-r--r-- | engines/avalanche/help.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/avalanche/help.cpp b/engines/avalanche/help.cpp index 1faa91ccce..56b0074722 100644 --- a/engines/avalanche/help.cpp +++ b/engines/avalanche/help.cpp @@ -61,8 +61,8 @@ void Help::continueHelp() { } /** -* @remarks Originally called 'boot_help' -*/ + * @remarks Originally called 'boot_help' + */ void Help::run() { warning("STUB: Help::run()"); } |