diff --git a/sys/fs/fat/fat.c b/sys/fs/fat/fat.c index e61cccf..d400f51 100644 --- a/sys/fs/fat/fat.c +++ b/sys/fs/fat/fat.c @@ -162,6 +162,7 @@ kprintf("Invalid Mode?"); if (!_file) { + kprintf( "Not a File Test if Directory?\n" ); return (0x0); } else {