mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-06 18:54:18 +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;
|
++response_offset;
|
||||||
++query;
|
++query;
|
||||||
--n;
|
--n;
|
||||||
};
|
}
|
||||||
++query;
|
++query;
|
||||||
}
|
}
|
||||||
} while (pbuf_get_at(p, response_offset) != 0);
|
} 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) {
|
while (n > 0) {
|
||||||
++query_idx;
|
++query_idx;
|
||||||
--n;
|
--n;
|
||||||
};
|
}
|
||||||
}
|
}
|
||||||
} while (pbuf_get_at(p, query_idx) != 0);
|
} while (pbuf_get_at(p, query_idx) != 0);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user