From 5ec6963398200f245611347ab4df0bf4ce39b106 Mon Sep 17 00:00:00 2001 From: Johns Date: Sun, 25 Nov 2012 00:38:32 +0100 Subject: [PATCH] Missing space added. --- softhddev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/softhddev.c b/softhddev.c index 9e9c6c5..b26a9dc 100644 --- a/softhddev.c +++ b/softhddev.c @@ -2690,7 +2690,7 @@ int Start(void) #endif Info(_("[softhddev] ready%s\n"), ConfigStartSuspended ? ConfigStartSuspended == - -1 ? "detached" : " suspended" : ""); + -1 ? " detached" : " suspended" : ""); return ConfigStartSuspended; }