aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ua.h
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2011-10-31 21:14:12 +0000
committerStephen Fisher <steve@stephen-fisher.com>2011-10-31 21:14:12 +0000
commit677331f5298c2c49b00be4d1b71da4b3ec983204 (patch)
treeb2581b0dd8dacacdc6607ccfd588d1a4d9557695 /epan/dissectors/packet-ua.h
parent2c63dc227266c63ef644641eb54ea81bf028d5eb (diff)
Fix compilation error:
In file included from packet-uaudp.c:39: packet-ua.h:32:38: error: no newline at end of file svn path=/trunk/; revision=39697
Diffstat (limited to 'epan/dissectors/packet-ua.h')
-rw-r--r--epan/dissectors/packet-ua.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ua.h b/epan/dissectors/packet-ua.h
index b59bb87dfd..4694a8db15 100644
--- a/epan/dissectors/packet-ua.h
+++ b/epan/dissectors/packet-ua.h
@@ -29,4 +29,4 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-extern gboolean is_ua(tvbuff_t *tvb); \ No newline at end of file
+extern gboolean is_ua(tvbuff_t *tvb);