aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ber.c
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/ber.c')
-rw-r--r--wiretap/ber.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/ber.c b/wiretap/ber.c
index b7467ce3da..4897447a04 100644
--- a/wiretap/ber.c
+++ b/wiretap/ber.c
@@ -85,7 +85,7 @@ static gboolean ber_read(wtap *wth, int *err, gchar **err_info, gint64 *data_off
return ber_read_file(wth, wth->fh, &wth->phdr, wth->frame_buffer, err, err_info);
}
-static gboolean ber_seek_read(wtap *wth, gint64 seek_off, struct wtap_pkthdr *phdr _U_,
+static gboolean ber_seek_read(wtap *wth, gint64 seek_off, struct wtap_pkthdr *phdr,
Buffer *buf, int *err, gchar **err_info)
{
/* there is only one packet */