From a86c5f7cae7ec9a3398300555a0b644689d946a1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 19 Sep 2024 06:14:53 +0200 Subject: Merging upstream version 4.4.0. Signed-off-by: Daniel Baumann --- epan/dissectors/packet-btavrcp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan/dissectors/packet-btavrcp.h') diff --git a/epan/dissectors/packet-btavrcp.h b/epan/dissectors/packet-btavrcp.h index 73542fb3..394b204a 100644 --- a/epan/dissectors/packet-btavrcp.h +++ b/epan/dissectors/packet-btavrcp.h @@ -16,8 +16,8 @@ extern wmem_tree_t *btavrcp_song_positions; typedef struct _btavrcp_song_position_data_t { - guint32 song_position; - guint32 used_in_frame; + uint32_t song_position; + uint32_t used_in_frame; } btavrcp_song_position_data_t; #endif -- cgit v1.2.3