From a3195b5539256563ac84d300bae594d682b021e3 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Mon, 23 Mar 2020 08:00:56 +0000 Subject: tempfile(.h): fix -Wdocumentation tempfile.h:33:11: warning: parameter 'sfx' is already documented [-Wdocumentation] Change-Id: I026ea52c484fb75a69f15b02e6eee5ce599da0e7 Reviewed-on: https://code.wireshark.org/review/36541 Reviewed-by: Dario Lombardo Petri-Dish: Dario Lombardo Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- wsutil/tempfile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsutil/tempfile.h b/wsutil/tempfile.h index 0565abbb0d..2b51089c24 100644 --- a/wsutil/tempfile.h +++ b/wsutil/tempfile.h @@ -30,7 +30,7 @@ extern "C" { * @param pfx [in] A prefix for the temporary file. * @param sfx [in] A file extension for the temporary file. NULL can be passed * if no file extension is needed - * @param sfx [out] Any error returned by g_file_open_tmp. May be NULL. + * @param err [out] Any error returned by g_file_open_tmp. May be NULL. * @return The file descriptor of the new tempfile, from mkstemps(). */ WS_DLL_PUBLIC int create_tempfile(gchar **namebuf, const char *pfx, const char *sfx, GError **err); -- cgit v1.2.3