diff --git a/epan/dissectors/packet-alljoyn.c b/epan/dissectors/packet-alljoyn.c index 2fb5c1dea9..8f9dcbc995 100644 --- a/epan/dissectors/packet-alljoyn.c +++ b/epan/dissectors/packet-alljoyn.c @@ -525,7 +525,8 @@ handle_message_header_expected_byte(tvbuff_t *tvb, #define ARG_STRUCT '(' /* AllJoyn struct container type */ #define ARG_DICT_ENTRY '{' /* AllJoyn dictionary or map container type - an array of key-value pairs */ -gint pad_according_to_type(gint offset, gint max_offset, guint8 type) +static gint +pad_according_to_type(gint offset, gint max_offset, guint8 type) { switch(type) {