extcap(.h): fix empty paragraph passed to '@return' command [-Wdocumentation]

Change-Id: Icadc5fdf9a1e1eaed50e0199a9610c3dd84497e1
Reviewed-on: https://code.wireshark.org/review/37947
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2020-07-24 10:05:56 +00:00 committed by Anders Broman
parent 08af00d759
commit 8ede837188
1 changed files with 0 additions and 1 deletions

View File

@ -192,7 +192,6 @@ extcap_free_if_configuration(GList *list, gboolean free_args);
* Initializes the extcap interface list if that hasn't already been done.
* @param ifname Interface to check.
* @param is_required Required configuration flag.
* @return
*/
gboolean
extcap_has_configuration(const char * ifname, gboolean is_required);