aboutsummaryrefslogtreecommitdiffstats
path: root/packet-giop.h
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-21 03:44:00 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-21 03:44:00 +0000
commit8bed17067a390054b9c3ccb6790c940785456276 (patch)
tree7acb2bf1d6a3cdd6ef5033aa8c06ecba5ae57716 /packet-giop.h
parentd6fc3e4524c019e47ddd6be3606c6b5c227ef12e (diff)
Compiling with -pendantic:
../../packet-giop.h:579: warning: comma at end of enumerator list git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9376 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-giop.h')
-rw-r--r--packet-giop.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-giop.h b/packet-giop.h
index 96a63a5aff..6309b56d0f 100644
--- a/packet-giop.h
+++ b/packet-giop.h
@@ -4,7 +4,7 @@
*
* Based on CORBAv2.4.2 Chapter 15 GIOP Description.
*
- * $Id: packet-giop.h,v 1.11 2003/11/16 23:17:18 guy Exp $
+ * $Id: packet-giop.h,v 1.12 2003/12/21 03:44:00 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -573,7 +573,7 @@ enum TCKind {
tk_value,
tk_value_box,
tk_native,
- tk_abstract_interface,
+ tk_abstract_interface
/* - none - 0xffffffff TODO */
};