From: David Zeuthen Date: Mon, 9 May 2011 16:03:13 +0000 (-0400) Subject: Add missing comma in fs whitelist X-Git-Tag: upstream/2.1.2~554 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=75b6187f77ca95ce435dd78f2ecb244af55e7faf;p=platform%2Fupstream%2Fudisks2.git Add missing comma in fs whitelist https://bugs.freedesktop.org/show_bug.cgi?id=36361 Signed-off-by: David Zeuthen --- diff --git a/src/device.c b/src/device.c index 22779c7..6a34940 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, };