aboutsummaryrefslogtreecommitdiff
path: root/tools/create_kyradat/games.cpp
diff options
context:
space:
mode:
authorMax Horn2009-10-02 14:42:24 +0000
committerMax Horn2009-10-02 14:42:24 +0000
commitf54e82e4880767f6e71c83840bff1ae8e0feda3d (patch)
tree30f39e823d322bae805faac95fd2e65023d29a0c /tools/create_kyradat/games.cpp
parent01176782ead27701b4700f458fbad3f8a84514af (diff)
downloadscummvm-rg350-f54e82e4880767f6e71c83840bff1ae8e0feda3d.tar.gz
scummvm-rg350-f54e82e4880767f6e71c83840bff1ae8e0feda3d.tar.bz2
scummvm-rg350-f54e82e4880767f6e71c83840bff1ae8e0feda3d.zip
Fix more cppcheck warnings/errors; some code formatting; and fixes to our tools
svn-id: r44539
Diffstat (limited to 'tools/create_kyradat/games.cpp')
-rw-r--r--tools/create_kyradat/games.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/create_kyradat/games.cpp b/tools/create_kyradat/games.cpp
index ebea422557..a3413abd55 100644
--- a/tools/create_kyradat/games.cpp
+++ b/tools/create_kyradat/games.cpp
@@ -880,7 +880,7 @@ const GameNeed gameNeedTable[] = {
{ kLol, kPlatformPC, kTalkieFile1, lolCDFile1Need },
{ kLol, kPlatformPC, kTalkieFile2, lolCDFile2Need },
- { -1, -1, 0 }
+ { -1, -1, -1, 0 }
};
} // end of anonymous namespace