Wireshark-dev: [Wireshark-dev] packet-isup.h warning fix

From: Stephen Fisher <stephentfisher@xxxxxxxxx>
Date: Fri, 20 Oct 2006 12:14:48 -0700
Here is a patch to fix this warning while compiling:

In file included from voip_calls.c:52:
../epan/dissectors/packet-isup.h:175:28: warning: no newline at end of 
file


Steve

Index: epan/dissectors/packet-isup.h
===================================================================
--- epan/dissectors/packet-isup.h	(revision 19637)
+++ epan/dissectors/packet-isup.h	(working copy)
@@ -172,4 +172,4 @@
 
 extern int dissect_codec_mode(proto_tree *tree, tvbuff_t *tvb, int offset, int len);
 
-#endif  /* PACKET_ISUP_H */
\ No newline at end of file
+#endif  /* PACKET_ISUP_H */