style(9) fix

Reported by:	oshogbo
This commit is contained in:
bapt 2016-09-18 17:56:14 +00:00
parent 563391230c
commit ea3ed67012

View File

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