style fixes

This commit is contained in:
William Hubbs 2013-09-23 12:40:26 -05:00
parent 7716bf31de
commit 0ba14ae720
2 changed files with 5 additions and 3 deletions

View File

@ -360,8 +360,10 @@ rc_status(int argc, char **argv)
}
}
l->value = p;
/* we are unsetting RC_SVCNAME because last loaded service
wount be added to list */
/*
* we are unsetting RC_SVCNAME because last loaded service will not
* be added to the list
*/
unsetenv("RC_SVCNAME");
print_level("Dynamic", "needed");
print_services(NULL, nservices);

View File

@ -1115,7 +1115,7 @@ main(int argc, char **argv)
/* Wait for our services to finish */
wait_for_services();
/* Free the list of services, we're done with it. */
rc_stringlist_free(run_services);
}