diff options
-rw-r--r-- | fs/fat/fat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fat/fat.c b/fs/fat/fat.c index e32cb62..f6a2332 100644 --- a/fs/fat/fat.c +++ b/fs/fat/fat.c @@ -511,7 +511,7 @@ static dir_entry *get_dentfromdir (fsdata * mydata, int startsect, char *filename, dir_entry * retdent, int dols) { - + return NULL; } #if 0 |