diff options
author | Johns <johns98@gmx.net> | 2012-11-25 00:38:32 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-11-25 00:38:32 +0100 |
commit | 5ec6963398200f245611347ab4df0bf4ce39b106 (patch) | |
tree | e811931844b61f12a563bcc7408c96f6423eda1f /softhddev.c | |
parent | b04323704d6048911ccdc5e1f4d20a43ed3fecc3 (diff) | |
download | vdr-plugin-softhddevice-5ec6963398200f245611347ab4df0bf4ce39b106.tar.gz vdr-plugin-softhddevice-5ec6963398200f245611347ab4df0bf4ce39b106.tar.bz2 |
Missing space added.
Diffstat (limited to 'softhddev.c')
-rw-r--r-- | softhddev.c | 2 |
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; } |