diff options
Diffstat (limited to 'libdiskfs/remount.c')
-rw-r--r-- | libdiskfs/remount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/remount.c b/libdiskfs/remount.c index 1ed622f2..7e632ba3 100644 --- a/libdiskfs/remount.c +++ b/libdiskfs/remount.c @@ -26,7 +26,7 @@ DISKFS_READONLY is true. DISKFS_FSYS_LOCK should be held while calling this routine. */ error_t -diskfs_remount () +diskfs_remount (void) { error_t err; |