From 74fb68d3662881cfa9f11fd29d73144da3d294aa Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Fri, 2 Dec 2016 09:26:29 +0100 Subject: 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 Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte Reviewed-by: Anders Broman --- ui/simple_dialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/simple_dialog.h') 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 -- cgit v1.2.1