summaryrefslogtreecommitdiff
path: root/src/main/c/inflate.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/c/inflate.c')
-rw-r--r--src/main/c/inflate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/c/inflate.c b/src/main/c/inflate.c
index ab4eb0b..e47eda3 100644
--- a/src/main/c/inflate.c
+++ b/src/main/c/inflate.c
@@ -26,7 +26,7 @@ struct MyInflate {
static void printHelp( void ){
- printf("\n %s%s", strrchr(__FILE__,'/')+1, " @ " STR_QUOT(PROJECT_VERSION) "\n"
+ printf("\n %s%s", strrchr(__FILE__,'/')+1, " " STR_QUOT(PROJECT_VERSION) "\n"
"\n"
" inflates stdin to stdout\n"
"\n"