Kaynağa Gözat

add missing comma

Alex Perez 2 yıl önce
ebeveyn
işleme
bae2d4052a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/ZuluSCSI.cpp

+ 1 - 1
src/ZuluSCSI.cpp

@@ -230,7 +230,7 @@ bool findHDDImages()
           const char *archive_exts[] = {
             ".tar", ".tgz", ".gz", ".bz2", ".tbz2", ".xz", ".zst", ".z",
             ".zip", ".zipx", ".rar", ".lzh", ".lha", ".lzo", ".lz4", ".arj",
-            ".dmg", ".hqx", ".cpt", ".7z", ".s7z"
+            ".dmg", ".hqx", ".cpt", ".7z", ".s7z",
             NULL
           };