summaryrefslogtreecommitdiffstats
path: root/nebu/filesystem/filesystem.c
diff options
context:
space:
mode:
Diffstat (limited to 'nebu/filesystem/filesystem.c')
-rw-r--r--nebu/filesystem/filesystem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nebu/filesystem/filesystem.c b/nebu/filesystem/filesystem.c
index 4576087..36299dc 100644
--- a/nebu/filesystem/filesystem.c
+++ b/nebu/filesystem/filesystem.c
@@ -2,7 +2,7 @@
#include <stdio.h>
-void initFilesystem(int argc, const char *argv[]) {
+void initFilesystem(int argc, char *argv[]) {
dirSetup(argv[0]);
}