[PATCH] Add missing comma at the end of the line
Ozan Çağlayan
ozan at pardus.org.tr
Mon May 9 06:51:56 PDT 2011
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
More information about the devkit-devel
mailing list