summaryrefslogtreecommitdiff
path: root/softhddev.c
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-11-25 00:38:32 +0100
committerJohns <johns98@gmx.net>2012-11-25 00:38:32 +0100
commit5ec6963398200f245611347ab4df0bf4ce39b106 (patch)
treee811931844b61f12a563bcc7408c96f6423eda1f /softhddev.c
parentb04323704d6048911ccdc5e1f4d20a43ed3fecc3 (diff)
downloadvdr-plugin-softhddevice-5ec6963398200f245611347ab4df0bf4ce39b106.tar.gz
vdr-plugin-softhddevice-5ec6963398200f245611347ab4df0bf4ce39b106.tar.bz2
Missing space added.
Diffstat (limited to 'softhddev.c')
-rw-r--r--softhddev.c2
1 files changed, 1 insertions, 1 deletions
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;
}