From 80d98a6dfb4501949821fd57eb768f1c3248d0bc Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Fri, 26 Aug 2011 13:09:40 -0400 Subject: [PATCH] Revert "Add missing comma in fs whitelist" This reverts commit 75b6187f77ca95ce435dd78f2ecb244af55e7faf. --- src/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/device.c b/src/device.c index 6a34940..22779c7 100644 --- a/src/device.c +++ b/src/device.c @@ -5905,7 +5905,7 @@ static const gchar *well_known_filesystems[] = "msdos", "umsdos", "vfat", - "exfat", + "exfat" "ntfs", NULL, }; -- 2.7.4