X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fcore%2Fgetopt.cpp;h=9040f5d43ec684ecd83d11113931051b4ab13876;hp=f88d4a92ac5a2c972eb0fba77cede64766d50126;hb=acafbe566fb6f6b5592a2ec3dec667ba7cd3e7e4;hpb=9be92503cda27dffd8c3219ec4cfadaee37b6369 diff --git a/source/core/getopt.cpp b/source/core/getopt.cpp index f88d4a9..9040f5d 100644 --- a/source/core/getopt.cpp +++ b/source/core/getopt.cpp @@ -105,7 +105,7 @@ void GetOpt::operator()(unsigned argc, const char *const *argv) else args_raw.push_back(argv[i++]); } - + for(; isize(), ' '), (*i)->get_help()); } - + return result; }