Index: uspace/srv/fs/mfs/mfs_balloc.c
===================================================================
--- uspace/srv/fs/mfs/mfs_balloc.c	(revision 013d0d7e996d89057dcb3358db7474b5837d171f)
+++ uspace/srv/fs/mfs/mfs_balloc.c	(revision 80445cfd29feacaacb22e6ae84c99651d87214b2)
@@ -128,5 +128,5 @@
 		start_block = 2 + sbi->ibmap_blocks;
 		if (idx > sbi->nzones) {
-			printf(NAME ": Error! Trying to free beyond the" \
+			printf(NAME ": Error! Trying to free beyond the "
 			    "bitmap max size\n");
 			return -1;
@@ -137,5 +137,5 @@
 		start_block = 2;
 		if (idx > sbi->ninodes) {
-			printf(NAME ": Error! Trying to free beyond the" \
+			printf(NAME ": Error! Trying to free beyond the "
 			    "bitmap max size\n");
 			return -1;
