Add missing comma at the end of the "exfat" line. The list was introduced with commit c933a929f07421ec747cebb24d5e620fc2b97037. --- src/device.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
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, }; -- 1.7.5 _______________________________________________ devkit-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/devkit-devel
