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