aboutsummaryrefslogtreecommitdiff
path: root/ext2fs/ext2fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext2fs/ext2fs.h')
-rw-r--r--ext2fs/ext2fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext2fs/ext2fs.h b/ext2fs/ext2fs.h
index b0aab284..b27e8b06 100644
--- a/ext2fs/ext2fs.h
+++ b/ext2fs/ext2fs.h
@@ -226,7 +226,7 @@ unsigned log2_stat_blocks_per_fs_block;
vm_address_t zeroblock;
/* Get the superblock from the disk, & setup various global info from it. */
-error_t get_hypermetadata ();
+void get_hypermetadata ();
/* ---------------------------------------------------------------- */