diff options
-rw-r--r-- | stage3/fs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stage3/fs.c b/stage3/fs.c index 5653e4e..b1080b6 100644 --- a/stage3/fs.c +++ b/stage3/fs.c @@ -150,6 +150,8 @@ static FS_WALKER(fs_readdir_walker) // orphan. this shouldn't happen return false; }; + + return false; } dir fs_readdir(str path) |