From 750660d60f216c5f9b344513c0377af66f6cc30c Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Wed, 4 Jul 2018 13:33:51 +0000 Subject: [PATCH] tap-rtp-common: fix comma at end of enumerator list [-Wpedantic] Change-Id: I8b66da3dcb3ad0c8b99e196d0c8c882388f8c5db Reviewed-on: https://code.wireshark.org/review/28593 Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- ui/tap-rtp-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/tap-rtp-common.h b/ui/tap-rtp-common.h index d13229f45a..a15cf722f1 100644 --- a/ui/tap-rtp-common.h +++ b/ui/tap-rtp-common.h @@ -33,7 +33,7 @@ typedef enum { TAP_RTP_SHORT_FRAME, TAP_RTP_FILE_OPEN_ERROR, TAP_RTP_FILE_WRITE_ERROR, - TAP_RTP_NO_DATA, + TAP_RTP_NO_DATA } tap_rtp_error_type_t; typedef struct _tap_rtp_save_info_t {