rc: fix style around case_RC_COMMON_GETOPT

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
Mike Frysinger 2011-11-19 02:33:11 -05:00
parent ef1ff1b4f2
commit c7cc685458
9 changed files with 13 additions and 13 deletions

View File

@ -193,7 +193,7 @@ checkpath(int argc, char **argv)
applet, optarg);
break;
case_RC_COMMON_GETOPT;
case_RC_COMMON_GETOPT
}
}

View File

@ -243,7 +243,7 @@ rc_update(int argc, char **argv)
if (deptree)
rc_deptree_free(deptree);
return ret;
case_RC_COMMON_GETOPT;
case_RC_COMMON_GETOPT
}
verbose = rc_yesno(getenv ("EINFO_VERBOSE"));

View File

@ -1201,7 +1201,7 @@ runscript(int argc, char **argv)
case 'Z':
dry_run = true;
break;
case_RC_COMMON_GETOPT;
case_RC_COMMON_GETOPT
}
/* If we're changing runlevels and not called by rc then we cannot

View File

@ -82,7 +82,7 @@ swclock(int argc, char **argv)
case 'w':
wflag = 1;
break;
case_RC_COMMON_GETOPT;
case_RC_COMMON_GETOPT
}
}