summaryrefslogtreecommitdiffstats
path: root/discover
diff options
context:
space:
mode:
Diffstat (limited to 'discover')
-rw-r--r--discover/pxe-parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/discover/pxe-parser.c b/discover/pxe-parser.c
index 98e1603..00f3b31 100644
--- a/discover/pxe-parser.c
+++ b/discover/pxe-parser.c
@@ -58,7 +58,7 @@ static struct pb_url *pxe_url_join(void *ctx, const struct pb_url *url,
} else {
const char *tmp;
/* strip leading slashes */
- for (tmp = s; *tmp == '/'; tmp++);
+ for (tmp = s; *tmp == '/'; tmp++)
;
new_url = pb_url_join(ctx, url, tmp);
}
OpenPOWER on IntegriCloud