diff options
author | Roy Marples <roy@marples.name> | 2008-03-05 10:03:36 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-03-05 10:03:36 +0000 |
commit | 7aa231de2e784b00267cb618b728cf0f754c9573 (patch) | |
tree | 1f368662cded096f67ece3c7494cd62ae8ee29ea /src/rc | |
parent | fba18b3a48e9bce03147fde7473d729b6e38ad81 (diff) |
Style.
Diffstat (limited to 'src/rc')
-rw-r--r-- | src/rc/rc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/rc.c b/src/rc/rc.c index f547cd57..d8438c53 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) |