chiark / gitweb /
volume_id: fat - accept empty FAT32 fsinfo signature
[elogind.git] / extras / volume_id / lib / volume_id.c
index e4d2ed4cfac725adc092ffc7fe1fa73e6edca181..aaaab7ed747a5746be4610b8673c3b99c1a2a690 100644 (file)
@@ -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;