aboutsummaryrefslogtreecommitdiffstats
path: root/capchild
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2019-07-16 08:29:50 +0000
committerAnders Broman <a.broman58@gmail.com>2019-07-16 10:27:01 +0000
commite08fe4f4c89ad4f6c321fe259e57750b08c0f96b (patch)
tree28f20b7d5ca61b31770aac7ebc8ae249f7330dc0 /capchild
parent29d4f4424647cc609e7c821ac1605edd1a30ca10 (diff)
capture_sync: fix empty paragraph passed to '@param' command [-Wdocumentation]
Change-Id: Ia98a912f4b1992ec4e65eec1107a5483ba4708eb Reviewed-on: https://code.wireshark.org/review/33962 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'capchild')
-rw-r--r--capchild/capture_sync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/capchild/capture_sync.h b/capchild/capture_sync.h
index 349737ed10..cb73feca7d 100644
--- a/capchild/capture_sync.h
+++ b/capchild/capture_sync.h
@@ -70,7 +70,7 @@ sync_pipe_kill(ws_process_id fork_child);
* @param data On success, *data points to a buffer containing the dumpcap output, On failure *data is NULL
* @param primary_msg On success NULL, On failure points to an error message
* @param secondary_msg On success NULL, On failure either points to an additional error message or is NULL
- * @param update_cb
+ * @param update_cb update callback
* @return 0 on success
*/
extern int