summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-03-05 10:03:36 +0000
committerRoy Marples <roy@marples.name>2008-03-05 10:03:36 +0000
commit7aa231de2e784b00267cb618b728cf0f754c9573 (patch)
tree1f368662cded096f67ece3c7494cd62ae8ee29ea
parentfba18b3a48e9bce03147fde7473d729b6e38ad81 (diff)
downloadopenrc-7aa231de2e784b00267cb618b728cf0f754c9573.tar.gz
openrc-7aa231de2e784b00267cb618b728cf0f754c9573.tar.bz2
openrc-7aa231de2e784b00267cb618b728cf0f754c9573.tar.xz
Style.
-rw-r--r--src/rc/rc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/rc.c b/src/rc/rc.c
index f547cd5..d8438c5 100644
--- a/src/rc/rc.c
+++ b/src/rc/rc.c
@@ -692,7 +692,7 @@ int main (int argc, char **argv)
if (argc > 1 && (strcmp (argv[1], "--version") == 0)) {
printf ("%s (OpenRC"
#ifdef BRANDING
- " " BRANDING
+ " - " BRANDING
#endif
")", applet);
if (sys)