diff options
| author | Max Horn | 2007-01-24 22:57:40 +0000 | 
|---|---|---|
| committer | Max Horn | 2007-01-24 22:57:40 +0000 | 
| commit | 3a74dedb5717a7151979dc0a77b60cb8448f8e8e (patch) | |
| tree | df29f9161e510f44d13a1132abcb57d35eb8a32d | |
| parent | 768852d010db37edeba88e7e8b2ef31d4908e862 (diff) | |
| download | scummvm-rg350-3a74dedb5717a7151979dc0a77b60cb8448f8e8e.tar.gz scummvm-rg350-3a74dedb5717a7151979dc0a77b60cb8448f8e8e.tar.bz2 scummvm-rg350-3a74dedb5717a7151979dc0a77b60cb8448f8e8e.zip  | |
Corrected a comment
svn-id: r25166
| -rw-r--r-- | common/advancedDetector.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/common/advancedDetector.h b/common/advancedDetector.h index 011cfa4117..3691a3e46b 100644 --- a/common/advancedDetector.h +++ b/common/advancedDetector.h @@ -25,7 +25,7 @@  #include "common/fs.h"  #include "base/game.h"	// For PlainGameDescriptor and GameList -#include "base/plugins.h"	// For DetectedGameList +#include "base/plugins.h"	// For PluginError  namespace Common {  | 
