aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/detection_tables.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-04-12 12:09:29 -0400
committerPaul Gilbert2014-04-12 12:09:29 -0400
commit8b2a7525cc6af408f05e2bac9b1b16ed0b36dcda (patch)
tree67786ffb7944e812e1ba18e48d448eb80cc2c603 /engines/mads/detection_tables.h
parentbb82a344a96bcf63c63ab6a297b83eaefa0383d6 (diff)
downloadscummvm-rg350-8b2a7525cc6af408f05e2bac9b1b16ed0b36dcda.tar.gz
scummvm-rg350-8b2a7525cc6af408f05e2bac9b1b16ed0b36dcda.tar.bz2
scummvm-rg350-8b2a7525cc6af408f05e2bac9b1b16ed0b36dcda.zip
MADS: Fix a bunch of GCC warnings
Diffstat (limited to 'engines/mads/detection_tables.h')
-rw-r--r--engines/mads/detection_tables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/detection_tables.h b/engines/mads/detection_tables.h
index d7614cfb6e..4eb1dd51db 100644
--- a/engines/mads/detection_tables.h
+++ b/engines/mads/detection_tables.h
@@ -59,7 +59,7 @@ static const MADSGameDescription gameDescriptions[] = {
0
},
- { AD_TABLE_END_MARKER }
+ { AD_TABLE_END_MARKER, 0, 0 }
};
} // End of namespace MADS