From cfd8bd21b1e545c59490c029fb31902d61437853 Mon Sep 17 00:00:00 2001 From: "H. Nikolaus Schaller" Date: Mon, 10 Sep 2012 12:59:48 +0200 Subject: fixed potential random value return instead of NULL --- fs/fat/fat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1