aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/packet-pdcp-lte.c2
-rw-r--r--epan/dissectors/packet-rohc.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-pdcp-lte.c b/epan/dissectors/packet-pdcp-lte.c
index fb1d663388..0feaa249a6 100644
--- a/epan/dissectors/packet-pdcp-lte.c
+++ b/epan/dissectors/packet-pdcp-lte.c
@@ -35,8 +35,8 @@
#include <epan/addr_resolv.h>
#include <epan/emem.h>
-#include "packet-rohc.h"
#include "packet-pdcp-lte.h"
+#include "packet-rohc.h"
/* Described in:
* 3GPP TS 36.323 Evolved Universal Terrestrial Radio Access (E-UTRA)
diff --git a/epan/dissectors/packet-rohc.h b/epan/dissectors/packet-rohc.h
index 67150b23de..f51d5c7994 100644
--- a/epan/dissectors/packet-rohc.h
+++ b/epan/dissectors/packet-rohc.h
@@ -44,8 +44,8 @@ typedef struct rohc_info
gboolean rnd;
gboolean udp_checkum_present;
unsigned short profile;
- proto_item *last_created_item;
+ proto_item *last_created_item;
} rohc_info;
int dissect_rohc_ir_rtp_profile_dynamic(tvbuff_t *tvb, proto_tree *tree, int offset, rohc_info *p_rohc_info);
-#endif PACKET_ROHC_H
+#endif /* PACKET_ROHC_H */