remove compilation warning

This commit is contained in:
Philippe Teuwen 2019-04-02 22:43:00 +02:00
parent 07cc0d0a29
commit cbf81cf5c3

View file

@ -277,7 +277,7 @@ int main(int argc, char *argv[]) {
uint32_t i = 1;
port = argv[i++];
for (i; i < argc; i++) {
for (; i < argc; i++) {
// helptext
if (strcmp(argv[i], "-h") == 0 || strcmp(argv[i], "-help") == 0) {