Add missing comma in fs whitelist
authorDavid Zeuthen <davidz@redhat.com>
Mon, 9 May 2011 16:03:13 +0000 (12:03 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Mon, 9 May 2011 16:03:13 +0000 (12:03 -0400)
https://bugs.freedesktop.org/show_bug.cgi?id=36361

Signed-off-by: David Zeuthen <davidz@redhat.com>
src/device.c

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