mdns: fix clang warning about documentation error

This commit is contained in:
Simon Goldschmidt 2019-12-11 20:23:14 +01:00
parent 4baf17d5b2
commit fbe032d05d

View File

@ -1695,7 +1695,7 @@ mdns_handle_question(struct mdns_packet *pkt, struct netif *netif)
* - Call mdns_handle_question * - Call mdns_handle_question
* - Do cleanup * - Do cleanup
* *
* @param pkt incoming packet (in pool) * @param arg incoming packet (in pool)
*/ */
static void static void
mdns_handle_tc_question(void *arg) mdns_handle_tc_question(void *arg)