capture_sync: use the same var name as in other places.

error_message -> error_msg.

Change-Id: Ie1bc1b72800dc6c93e481cfffa202d5bd0743b5c
Reviewed-on: https://code.wireshark.org/review/31329
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Dario Lombardo 2019-01-03 16:53:01 +01:00 committed by Anders Broman
parent 461264bc39
commit b44f07c8b3
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ capture_input_drops(capture_session *cap_session, guint32 dropped, char* interfa
* Capture child told us that an error has occurred while starting the capture.
*/
extern void
capture_input_error_message(capture_session *cap_session, char *error_message,
capture_input_error_message(capture_session *cap_session, char *error_msg,
char *secondary_error_msg);
/**