summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2005-02-11 03:30:11 +0100
committerGreg KH <gregkh@suse.de>2005-04-26 23:34:04 -0700
commitd384abd2bd61f0eb9abd9d1f8eca380ef12b988c (patch)
treeab63c4267679be5aa9cc5a6c059ec1b9eb1f8372 /extras
parentfd42f6a170cc9559d8524a248a3e5ab86535024c (diff)
[PATCH] udev_volume_id: fix typo
Diffstat (limited to 'extras')
-rw-r--r--extras/volume_id/volume_id/fat/fat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/volume_id/volume_id/fat/fat.c b/extras/volume_id/volume_id/fat/fat.c
index c6bb491f70..7c658fe5f4 100644
--- a/extras/volume_id/volume_id/fat/fat.c
+++ b/extras/volume_id/volume_id/fat/fat.c
@@ -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;