chiark / gitweb /
[PATCH] udev_volume_id: fix typo
[elogind.git] / extras / volume_id / volume_id / fat / fat.c
index c6bb491f70c8d45327f5776200c68a68b3940f8d..7c658fe5f41ced7891d7b9c62a2938fbe73e7fc6 100644 (file)
@@ -345,7 +345,7 @@ fat32:
        volume_id_set_uuid(id, vs->type.fat32.serno, UUID_DOS);
 
 found:
-       volume_id_set_usage(id, VOLUME_ID_DISKLABEL);
+       volume_id_set_usage(id, VOLUME_ID_FILESYSTEM);
        id->type = "vfat";
 
        return 0;