From: Stefan Huber <shuber@xxxxxxxx> --- src/utils/pacat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/pacat.c b/src/utils/pacat.c index 6c4db4bb..275fb7c7 100644 --- a/src/utils/pacat.c +++ b/src/utils/pacat.c @@ -810,7 +810,7 @@ int main(int argc, char *argv[]) { while ((c = getopt_long(argc, argv, "rpd:s:n:hv", long_options, NULL)) != -1) { switch (c) { - case 'h' : + case 'h': help(bn); ret = 0; goto quit; -- 2.16.4