From bab774d2601929754d268fa4e2a1cf2bd7f56b2a Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Fri, 4 Jan 2019 09:47:45 +0100 Subject: ws_pipe: use same var name. Found by clang-tidy. Change-Id: I0d324faf494f6b68275d6ff600304f716529778b Reviewed-on: https://code.wireshark.org/review/31358 Petri-Dish: Dario Lombardo Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- wsutil/ws_pipe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsutil/ws_pipe.h b/wsutil/ws_pipe.h index 0a3cad3c17..085e9aae05 100644 --- a/wsutil/ws_pipe.h +++ b/wsutil/ws_pipe.h @@ -49,7 +49,7 @@ typedef struct _ws_pipe_t { * @param [OUT] command_output If not NULL, receives a copy of the command output. Must be g_freed. * @return TRUE on success or FALSE on failure. */ -WS_DLL_PUBLIC gboolean ws_pipe_spawn_sync(const gchar * working_directory, const gchar * command, gint argc, gchar ** argv, gchar ** command_output); +WS_DLL_PUBLIC gboolean ws_pipe_spawn_sync(const gchar * working_directory, const gchar * command, gint argc, gchar ** args, gchar ** command_output); /** * @brief Initialize a ws_pipe_t struct. Sets .pid to WS_INVALID_PID and all other members to 0 or NULL. -- cgit v1.2.3