From 8c3580e1b7c148d382e12c89b516397a78a938c0 Mon Sep 17 00:00:00 2001
From: Alberto Bertogli <albertito@blitiri.com.ar>
Date: Fri, 3 Apr 2009 01:31:48 -0300
Subject: [PATCH 10/38] performance.c: Add missing space in output

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
---
 tests/performance/performance.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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;
 	}
-- 
1.6.2.2.646.gb214


