diff options
Diffstat (limited to 'epan/dissectors/packet-bthci_sco.h')
-rw-r--r-- | epan/dissectors/packet-bthci_sco.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-bthci_sco.h b/epan/dissectors/packet-bthci_sco.h index 1b2bb362..2f63743b 100644 --- a/epan/dissectors/packet-bthci_sco.h +++ b/epan/dissectors/packet-bthci_sco.h @@ -13,7 +13,7 @@ extern wmem_tree_t *bthci_sco_stream_numbers; typedef struct _bthci_sco_stream_number_t { - guint32 stream_number; + uint32_t stream_number; } bthci_sco_stream_number_t; #endif |