git » libjio » commit 8c3580e

performance.c: Add missing space in output

author Alberto Bertogli
2009-04-03 04:31:48 UTC
committer Alberto Bertogli
2009-04-12 13:51:04 UTC
parent 5802eb0f5d931d25a7c8f486aaf1398df924f98a

performance.c: Add missing space in output

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>

tests/performance/performance.c +1 -1

diff --git a/tests/performance/performance.c b/tests/performance/performance.c
index 849cd60..47f1965 100644
--- a/tests/performance/performance.c
+++ b/tests/performance/performance.c
@@ -130,7 +130,7 @@ int main(int argc, char **argv)
 	if (ckres.total != 0) {
 		fprintf(stderr, "There were %d errors during the test\n",
 				ckres.total);
-		fprintf(stderr, "jfsck() was used to fix them, but that");
+		fprintf(stderr, "jfsck() was used to fix them, but that ");
 		fprintf(stderr, "shouldn't happen.\n");
 		return 1;
 	}