Revert "Add missing comma in fs whitelist"
authorDavid Zeuthen <davidz@redhat.com>
Fri, 26 Aug 2011 17:09:40 +0000 (13:09 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Fri, 26 Aug 2011 17:09:40 +0000 (13:09 -0400)
This reverts commit 75b6187f77ca95ce435dd78f2ecb244af55e7faf.

src/device.c

index 6a34940..22779c7 100644 (file)
@@ -5905,7 +5905,7 @@ static const gchar *well_known_filesystems[] =
   "msdos",
   "umsdos",
   "vfat",
-  "exfat",
+  "exfat"
   "ntfs",
   NULL,
 };