X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fcore%2Fgetopt.cpp;h=9040f5d43ec684ecd83d11113931051b4ab13876;hp=6d96f0b335a568801170f79394ed7886acae1d0b;hb=acafbe566fb6f6b5592a2ec3dec667ba7cd3e7e4;hpb=a742e766dda1c04ba6f8c6b552a1b007ff3eb0ca 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; }