minor simplification

master
Joey Hess 2009-09-10 16:20:21 -04:00
parent 1365ebf12f
commit 73224daf2c
1 changed files with 1 additions and 2 deletions

View File

@ -24,7 +24,7 @@ sub import {
} }
sub genwrapper () { sub genwrapper () {
my $check_args=<<"EOF"; return <<EOF;
{ {
int j; int j;
for (j = 1; j < argc; j++) for (j = 1; j < argc; j++)
@ -32,7 +32,6 @@ sub genwrapper () {
exit(0); exit(0);
} }
EOF EOF
return $check_args;
} }
sub checkconfig () { sub checkconfig () {