This commit is contained in:
Roy Marples 2008-02-20 15:48:09 +00:00
parent 5e523ff33e
commit d3d22914fc

View File

@ -120,7 +120,7 @@ int rc_depend (int argc, char **argv)
case 'a': case 'a':
options |= RC_DEP_START; options |= RC_DEP_START;
break; break;
case 'b': case 'o':
options |= RC_DEP_STOP; options |= RC_DEP_STOP;
break; break;
case 's': case 's':