aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sctp.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-sctp.h')
-rw-r--r--epan/dissectors/packet-sctp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-sctp.h b/epan/dissectors/packet-sctp.h
index d1e1139a22..0cf60b3158 100644
--- a/epan/dissectors/packet-sctp.h
+++ b/epan/dissectors/packet-sctp.h
@@ -51,12 +51,12 @@ typedef struct _sctp_fragment {
guint32 tsn;
guint32 len;
unsigned char *data;
- struct _sctp_fragment *next;
+ struct _sctp_fragment *next;
} sctp_fragment;
typedef struct _sctp_frag_be {
sctp_fragment* fragment;
- struct _sctp_frag_be *next;
+ struct _sctp_frag_be *next;
} sctp_frag_be;
typedef struct _sctp_complete_msg {