summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 0327714..a6dfb05 100644
--- a/src/main.c
+++ b/src/main.c
@@ -80,7 +80,7 @@ takesig (int sig)
static void
display_version (void)
{
- printf ("%s %s (%s)\n", PACKAGE, VERSION, TARGET_SYSTEM);
+ printf ("%s %s\n", PACKAGE, VERSION);
}
/*