Style fix: "char *foo" not "char* foo".

This commit is contained in:
Robin H. Johnson
2011-01-17 08:46:41 +00:00
parent c0a3e25d48
commit b2d0656814
4 changed files with 8 additions and 8 deletions

View File

@ -283,7 +283,7 @@ _match_daemon(const char *path, const char *file, RC_STRINGLIST *match)
}
static RC_STRINGLIST *
_match_list(const char *exec, const char* const* argv, const char *pidfile)
_match_list(const char *exec, const char *const *argv, const char *pidfile)
{
RC_STRINGLIST *match = rc_stringlist_new();
int i = 0;