diff options
Diffstat (limited to 'src/init')
-rw-r--r-- | src/init/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init/main.c b/src/init/main.c index 233b92d..66d4b2b 100644 --- a/src/init/main.c +++ b/src/init/main.c @@ -48,7 +48,7 @@ void read_file(const char *path, size_t len) { } void fs_test(void) { - handle_t front, back, file; + handle_t front, back; front = _syscall_fs_create(&back); if (_syscall_fork()) { |