1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-27 18:04:05 +03:00

[PATCH] udev_volume_id: fix typo

This commit is contained in:
kay.sievers@vrfy.org 2005-02-11 03:30:11 +01:00 committed by Greg KH
parent fd42f6a170
commit d384abd2bd

View 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;