libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit 5a353639832ae75ff26c122426882128f92e5eb7
parent 258483006cd619d16b4bf4a0e965589eb4c624d3
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 30 Dec 2006 19:00:48 +0000

fix

Diffstat:
Msrc/main/extract.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/extract.c b/src/main/extract.c @@ -463,7 +463,7 @@ main (int argc, char *argv[]) }; option_index = 0; c = getopt_long (argc, - argv, "vhbl:nsH:fp:x:LVdraB:", + argv, "vhbgl:nsH:fp:x:LVdraB:", long_options, &option_index); @@ -653,7 +653,7 @@ main (int argc, char *argv[]) if ( ( (verbose == YES) || (grepfriendly == YES) ) && (bibtex == NO) ) { if (grepfriendly == YES) - printf ("%s", argv[i]); + printf ("%s ", argv[i]); else printf (_("Keywords for file %s:"), argv[i]);