mplog: fix 'err_info' was marked unused but was used [-Werror,-Wused-but-marked-unused]

Change-Id: Ifbbd9d264c7d75b6df754ca9834de5e415b97796
Reviewed-on: https://code.wireshark.org/review/15080
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2016-04-19 12:04:28 +02:00 committed by Anders Broman
parent 42ff679167
commit cad076a820
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ mplog_seek_read(wtap *wth, gint64 seek_off, struct wtap_pkthdr *pkthdr,
}
wtap_open_return_val mplog_open(wtap *wth, int *err, gchar **err_info _U_)
wtap_open_return_val mplog_open(wtap *wth, int *err, gchar **err_info)
{
gboolean ok;
guint8 magic[6];