summaryrefslogtreecommitdiff
path: root/extras/volume_id/lib/volume_id.c
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-11-13 19:40:24 +0100
committerKay Sievers <kay.sievers@vrfy.org>2008-11-13 19:40:24 +0100
commit387a8271207b4e921258194cf359039babbc33b9 (patch)
treefeac467726e0a97cd0a70cb44d9d0263fb2c7135 /extras/volume_id/lib/volume_id.c
parent779d2d851ee5dbd4c759bb973113373897d3adce (diff)
volume_id: fat - accept empty FAT32 fsinfo signature
Diffstat (limited to 'extras/volume_id/lib/volume_id.c')
-rw-r--r--extras/volume_id/lib/volume_id.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/volume_id/lib/volume_id.c b/extras/volume_id/lib/volume_id.c
index e4d2ed4cfa..aaaab7ed74 100644
--- a/extras/volume_id/lib/volume_id.c
+++ b/extras/volume_id/lib/volume_id.c
@@ -418,7 +418,7 @@ int volume_id_probe_filesystem(struct volume_id *id, uint64_t off, uint64_t size
* to make the filesystem detection successful.
*
* We do not want to read that many bytes from probed floppies, skip volumes
- * smaller than a usual floppy disk
+ * smaller than a usual floppy disk.
*/
if (size > 1440 * 1024) {
int found = 0;