diff options
| author | Alyssa Milburn | 2011-11-17 16:52:00 +0100 |
|---|---|---|
| committer | Alyssa Milburn | 2011-11-17 16:52:00 +0100 |
| commit | 8b8f70c3a5c021d2375b39c875fcf373d6f5f84f (patch) | |
| tree | 4540bc9540ea4cf10294fccf35b73acaf0bac266 /engines/sci | |
| parent | a389f1e46e7ceee0958c6d4c83c22bfd3afc87ee (diff) | |
| download | scummvm-rg350-8b8f70c3a5c021d2375b39c875fcf373d6f5f84f.tar.gz scummvm-rg350-8b8f70c3a5c021d2375b39c875fcf373d6f5f84f.tar.bz2 scummvm-rg350-8b8f70c3a5c021d2375b39c875fcf373d6f5f84f.zip | |
SCI: Add newline back to get rid of the warning.
Diffstat (limited to 'engines/sci')
| -rw-r--r-- | engines/sci/detection_tables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index edb500869b..63eda1c348 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -3804,4 +3804,4 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_TABLE_END_MARKER }; -} // End of namespace Sci
\ No newline at end of file +} // End of namespace Sci |
