aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/visual.c
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/visual.c')
-rw-r--r--wiretap/visual.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/visual.c b/wiretap/visual.c
index aa934cdb8e..8b6035f54d 100644
--- a/wiretap/visual.c
+++ b/wiretap/visual.c
@@ -808,7 +808,7 @@ static gboolean visual_dump_finish(wtap_dumper *wdh, int *err,
vfile_hdr.max_length = GUINT16_TO_LE(65535);
vfile_hdr.file_flags = GUINT16_TO_LE(1); /* indexes are present */
vfile_hdr.file_version = GUINT16_TO_LE(1);
- g_strlcpy(vfile_hdr.description, "Wireshark file", 64);
+ (void) g_strlcpy(vfile_hdr.description, "Wireshark file", 64);
/* Translate the encapsulation type */
switch (wdh->encap)