summaryrefslogtreecommitdiff
path: root/src/utils/pfbtops/pfbtops.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/pfbtops/pfbtops.c')
-rw-r--r--src/utils/pfbtops/pfbtops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/pfbtops/pfbtops.c b/src/utils/pfbtops/pfbtops.c
index 9aaeeccf..bb2a85ab 100644
--- a/src/utils/pfbtops/pfbtops.c
+++ b/src/utils/pfbtops/pfbtops.c
@@ -38,8 +38,8 @@ int main(argc, argv)
case 'v':
{
extern char *Version_string;
- fprintf(stderr, "pfbtops groff version %s\n", Version_string);
- fflush(stderr);
+ printf("GNU pfbtops (groff) version %s\n", Version_string);
+ exit(0);
break;
}
case '?':