Index: trunk/util/gsch2pcb-rnd/help.c =================================================================== --- trunk/util/gsch2pcb-rnd/help.c (revision 2615) +++ trunk/util/gsch2pcb-rnd/help.c (revision 2616) @@ -117,7 +117,7 @@ void usage(void) { puts(usage_string0); - printf(usage_string1); + puts(usage_string1); exit(0); }