mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-03 08:40:59 +00:00
ADL: Remove unused array terminator
This commit is contained in:
parent
236e5da6cc
commit
9e5b54ddc8
@ -250,8 +250,7 @@ const DiskImageExt diskImageExts[] = {
|
||||
{ Common::kPlatformApple2, ".nib" },
|
||||
{ Common::kPlatformApple2, ".dsk" },
|
||||
{ Common::kPlatformApple2, ".d13" },
|
||||
{ Common::kPlatformAtari8Bit, ".xfd" },
|
||||
{ Common::kPlatformUnknown, nullptr }
|
||||
{ Common::kPlatformAtari8Bit, ".xfd" }
|
||||
};
|
||||
|
||||
class AdlMetaEngine : public AdvancedMetaEngine {
|
||||
|
Loading…
x
Reference in New Issue
Block a user