aboutsummaryrefslogtreecommitdiff
path: root/fatfs/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'fatfs/main.c')
-rw-r--r--fatfs/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fatfs/main.c b/fatfs/main.c
index ed8cf910..6b03b20e 100644
--- a/fatfs/main.c
+++ b/fatfs/main.c
@@ -139,7 +139,7 @@ diskfs_append_args (char **argz, unsigned *argz_len)
/* Fetch the root node. */
static void
-fetch_root ()
+fetch_root (void)
{
error_t err;
ino_t inum;
@@ -248,7 +248,7 @@ main (int argc, char **argv)
/* Nothing to do for read-only medium. */
error_t
-diskfs_reload_global_state ()
+diskfs_reload_global_state (void)
{
return 0;
}