aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2006-11-06 19:58:06 +0000
committerJörg Mayer <jmayer@loplof.de>2006-11-06 19:58:06 +0000
commit9cb8ab0b8a791e29b28eaf663c5f2dd882d9496d (patch)
tree58b9e1b8cf3b157d0d8ecbe0d9843864f484b75f /epan/dissectors
parentb9c69db9d3b14750040bde2b2a00cf2ddf9bc84d (diff)
Fix some warnings about missing newline at end of file.
svn path=/trunk/; revision=19829
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-bssgp.h3
-rw-r--r--epan/dissectors/packet-radius.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/epan/dissectors/packet-bssgp.h b/epan/dissectors/packet-bssgp.h
index e61412e339..696b5ea850 100644
--- a/epan/dissectors/packet-bssgp.h
+++ b/epan/dissectors/packet-bssgp.h
@@ -49,4 +49,5 @@ typedef struct {
extern const value_string tab_cause[];
-#endif /* __PACKET_BSSGP_H__ */ \ No newline at end of file
+#endif /* __PACKET_BSSGP_H__ */
+
diff --git a/epan/dissectors/packet-radius.h b/epan/dissectors/packet-radius.h
index c300cf7b53..4d652d595d 100644
--- a/epan/dissectors/packet-radius.h
+++ b/epan/dissectors/packet-radius.h
@@ -124,4 +124,5 @@ typedef struct _radius_info_t
gboolean request_available;
guint32 req_num; /* frame number request seen */
guint32 rspcode;
-} radius_info_t; \ No newline at end of file
+} radius_info_t;
+