aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjörn Andersson2007-01-17 20:11:31 +0000
committerTorbjörn Andersson2007-01-17 20:11:31 +0000
commit684a71cee065890fb8ee3df5a4fc821e2cec3638 (patch)
treeece7322ee2f1ddd4ab0dbb1adc92876f84f24747
parent2541fcd82aea8542673e063c59ed99257f5e768f (diff)
downloadscummvm-rg350-684a71cee065890fb8ee3df5a4fc821e2cec3638.tar.gz
scummvm-rg350-684a71cee065890fb8ee3df5a4fc821e2cec3638.tar.bz2
scummvm-rg350-684a71cee065890fb8ee3df5a4fc821e2cec3638.zip
Fixed a warning.
svn-id: r25112
-rw-r--r--engines/parallaction/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/detection.cpp b/engines/parallaction/detection.cpp
index 45273f0c50..b0b9b2f1ad 100644
--- a/engines/parallaction/detection.cpp
+++ b/engines/parallaction/detection.cpp
@@ -69,7 +69,7 @@ static const PARALLACTIONGameDescription gameDescriptions[] = {
GType_Nippon,
0,
},
- { { NULL, NULL, {NULL, 0, NULL}, Common::UNK_LANG, Common::kPlatformUnknown }, 0, 0 }
+ { { NULL, NULL, { { NULL, 0, NULL } }, Common::UNK_LANG, Common::kPlatformUnknown }, 0, 0 }
};