diff options
Diffstat (limited to 'main/eeplot.c')
-rw-r--r-- | main/eeplot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/eeplot.c b/main/eeplot.c index c5c19d1..55ba7d4 100644 --- a/main/eeplot.c +++ b/main/eeplot.c @@ -178,7 +178,7 @@ int main(int argc, char **argv) use_pango = 1; break; case 'V': - fprintf(stderr, "%s %sZ\n", version, build_date); + fprintf(stderr, "%s %s\n", version, build_date); return 1; case 'h': case '?': |