chiark / gitweb /
extras: fix mis-spelling of "environment"
[elogind.git] / extras / volume_id / lib / reiserfs.c
index 5c48c066337349ba36a2e5cfdb18b29c551b1767..cdc46912ab3d9b360194d42bf4c2f41bb3938be6 100644 (file)
@@ -65,7 +65,7 @@ int volume_id_probe_reiserfs(struct volume_id *id, uint64_t off, uint64_t size)
        struct reiser4_super_block *rs4;
        uint8_t  *buf;
 
-       info("probing at offset 0x%llx\n", (unsigned long long) off);
+       info("probing at offset 0x%" PRIx64 "\n", off);
 
        buf = volume_id_get_buffer(id, off + REISERFS_SUPERBLOCK_OFFSET, 0x200);
        if (buf == NULL)