diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2013-09-23 12:40:26 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2013-09-23 12:40:26 -0500 |
commit | 0ba14ae7205a4e6a8acc23a62a95f6c6ad8b591f (patch) | |
tree | 8c70bb43cdd4b301a3e163f4939a741932423332 /src/rc/rc.c | |
parent | 7716bf31de5030b761613834e11e4e62f36403a5 (diff) |
style fixes
Diffstat (limited to 'src/rc/rc.c')
-rw-r--r-- | src/rc/rc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/rc.c b/src/rc/rc.c index 0c983721..c1c1629a 100644 --- a/src/rc/rc.c +++ b/src/rc/rc.c @@ -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); } |