Index: uspace/srv/fs/fat/fat_directory.c
===================================================================
--- uspace/srv/fs/fat/fat_directory.c	(revision 52ee8b7a687114d20880e01628f409cbfbc4fb3e)
+++ uspace/srv/fs/fat/fat_directory.c	(revision 7a819535e45efa1a5c884e3ddb88c051b2174524)
@@ -88,5 +88,5 @@
 			rc = fat_block_get(&di->b, di->bs, di->nodep, i, BLOCK_FLAGS_NONE);
 			if (rc != EOK) {
-				di->b = NULL:
+				di->b = NULL;
 				return rc;
 			}
