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>
This commit is contained in:
Alexis La Goutte 2016-12-02 09:26:29 +01:00 committed by Anders Broman
parent 6ac40522af
commit 74fb68d366
1 changed files with 1 additions and 1 deletions

View File

@ -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