X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fcore%2Fgetopt.cpp;h=9040f5d43ec684ecd83d11113931051b4ab13876;hp=6d96f0b335a568801170f79394ed7886acae1d0b;hb=b65e1d0856c1fb677558a941f3cd858849ee3b28;hpb=9e98607f1b6a2c757de51fca6c1649cbdf536597 diff --git a/source/core/getopt.cpp b/source/core/getopt.cpp index 6d96f0b..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; }