*** empty log message ***

svn path=/trunk/boinc/; revision=3259
This commit is contained in:
David Anderson 2004-04-14 17:34:55 +00:00
parent 4639df4318
commit c06295936c
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ int main(int argc, char** argv) {
#define CHKARG_STR(v,m) CHKARG(strlen(v),m)
CHKARG_STR(app.name , "need -appname");
CHKARG_STR(wu.name , "need -wuname");
CHKARG_STR(wu.name , "need -wu_name");
CHKARG_STR(wu_template_file , "need -wu_template");
CHKARG_STR(result_template_file , "need -result_template");
CHKARG(wu.delay_bound , "need -delay_bound");