Some style nits and dead assignments.

This commit is contained in:
nicm
2015-08-30 15:43:40 +00:00
parent 5047670693
commit b87dc608d9
5 changed files with 5 additions and 12 deletions

View File

@ -56,7 +56,7 @@ cmd_show_environment_escape(struct environ_entry *envent)
}
*out = '\0';
return ret;
return (ret);
}
void