diff options
Diffstat (limited to 'src/kernel/fs/ext2.c')
-rw-r--r-- | src/kernel/fs/ext2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/fs/ext2.c b/src/kernel/fs/ext2.c index 5fb0158..4e4f617 100644 --- a/src/kernel/fs/ext2.c +++ b/src/kernel/fs/ext2.c @@ -251,4 +251,4 @@ uint8_t *read_file(char *path) warn("File not found"); return NULL; } -}
\ No newline at end of file +} |