style(9) fix

Reported by:	oshogbo
This commit is contained in:
Baptiste Daroussin 2016-09-18 17:56:14 +00:00
parent 7d144ba6dc
commit b2c71bcefc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=305944

View File

@ -58,6 +58,7 @@ usage(void)
static const char *
relpath(const char *path)
{
while (*path == '/' && *path != '\0')
path++;