summaryrefslogtreecommitdiff
path: root/fs/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/mount.c')
-rw-r--r--fs/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/mount.c b/fs/mount.c
index 616262d..cb741f9 100644
--- a/fs/mount.c
+++ b/fs/mount.c
@@ -1,7 +1,7 @@
#include "mount.h"
void mount_add(char *path, void *data,
- file (*open)(struct mount_struct*,char *path),
+ file (*open) (struct mount_struct*,char *path),
int (*getdents)(struct mount_struct*, uint32_t file_desciptor, fs_dirent *entries, uint32_t max_count))
{
}