summaryrefslogtreecommitdiff
path: root/ui/simple_dialog.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-12-02 09:26:29 +0100
committerAnders Broman <a.broman58@gmail.com>2016-12-02 11:30:23 +0000
commit74fb68d3662881cfa9f11fd29d73144da3d294aa (patch)
treec2b8864a5967ddc9af182aa3c9eccd02e3591506 /ui/simple_dialog.h
parent6ac40522af625971a6cb7b7e1ab56c7834e335db (diff)
downloadwireshark-74fb68d3662881cfa9f11fd29d73144da3d294aa.tar.gz
simple_dialog(.h): fix parameter 'Type' not found in the function declaration [-Wdocumentation]
Change-Id: I3dc476af941221b1d59f31bd6f639a49059e38a9 Reviewed-on: https://code.wireshark.org/review/19014 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/simple_dialog.h')
-rw-r--r--ui/simple_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/simple_dialog.h b/ui/simple_dialog.h
index d603d069f2..c83e87cdc8 100644
--- a/ui/simple_dialog.h
+++ b/ui/simple_dialog.h
@@ -80,7 +80,7 @@ typedef enum {
/** Create and show a simple dialog.
*
- * @param Type type of dialog, e.g. ESD_TYPE_WARN
+ * @param type type of dialog, e.g. ESD_TYPE_WARN
* @param btn_mask The buttons to display, e.g. ESD_BTNS_OK_CANCEL
* @param msg_format Printf like message format. Text must be plain.
* @param ... Printf like parameters