aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/cosine.c2
-rw-r--r--wiretap/csids.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/cosine.c b/wiretap/cosine.c
index 48fdb5b788..df41707dcb 100644
--- a/wiretap/cosine.c
+++ b/wiretap/cosine.c
@@ -314,7 +314,7 @@ static gboolean cosine_read(wtap *wth, int *err, gchar **err_info,
/* Used to read packets in random-access fashion */
static gboolean
-cosine_seek_read (wtap *wth, gint64 seek_off, struct wtap_pkthdr *phdr,
+cosine_seek_read(wtap *wth, gint64 seek_off, struct wtap_pkthdr *phdr,
Buffer *buf, int len _U_, int *err, gchar **err_info)
{
int pkt_len;
diff --git a/wiretap/csids.c b/wiretap/csids.c
index 29a5d79174..7872dbf71f 100644
--- a/wiretap/csids.c
+++ b/wiretap/csids.c
@@ -160,7 +160,7 @@ static gboolean csids_read(wtap *wth, int *err, gchar **err_info,
/* Used to read packets in random-access fashion */
static gboolean
-csids_seek_read (wtap *wth,
+csids_seek_read(wtap *wth,
gint64 seek_off,
struct wtap_pkthdr *phdr,
Buffer *buf,