mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-02 14:58:22 +00:00
minor: removed superfluous comma after '}' in dns.c
This commit is contained in:
parent
969fb4c981
commit
f3ed562983
@ -688,7 +688,7 @@ dns_compare_name(char *query, struct pbuf* p, u16_t start_offset)
|
||||
++response_offset;
|
||||
++query;
|
||||
--n;
|
||||
};
|
||||
}
|
||||
++query;
|
||||
}
|
||||
} while (pbuf_get_at(p, response_offset) != 0);
|
||||
@ -719,7 +719,7 @@ dns_parse_name(struct pbuf* p, u16_t query_idx)
|
||||
while (n > 0) {
|
||||
++query_idx;
|
||||
--n;
|
||||
};
|
||||
}
|
||||
}
|
||||
} while (pbuf_get_at(p, query_idx) != 0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user