aboutsummaryrefslogtreecommitdiffstats
path: root/packet-giop.c
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-21 04:31:58 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-21 04:31:58 +0000
commitb68c2f6e42fc74c517b5ed49b309bc7ee0f5ed3e (patch)
treeca7ac06e027a07c1eec24d79d0f34c6d9faa623d /packet-giop.c
parent20b2fd9f9af0d1464b9b49169e5b2144f7e1b228 (diff)
Compiling with -pedantic:
warning: comma at end of enumerator list git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9383 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-giop.c')
-rw-r--r--packet-giop.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-giop.c b/packet-giop.c
index 4bee597d4d..534be6a720 100644
--- a/packet-giop.c
+++ b/packet-giop.c
@@ -9,7 +9,7 @@
* Frank Singleton <frank.singleton@ericsson.com>
* Trevor Shepherd <eustrsd@am1.ericsson.se>
*
- * $Id: packet-giop.c,v 1.74 2003/11/26 02:58:12 guy Exp $
+ * $Id: packet-giop.c,v 1.75 2003/12/21 04:31:56 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -727,7 +727,7 @@ enum giop_op_val {
request_resolve_op_val, /* REQUEST (resolve) to get RepoID etc*/
request_bind_new_context_op_val, /* bind_new_context */
request_bind_op_val, /* bind */
- request_get_INIT_op_val, /* finding Nameserver */
+ request_get_INIT_op_val /* finding Nameserver */
};
@@ -745,7 +745,7 @@ enum giop_op_val {
enum ior_src {
req_res = 0, /* REQUEST (resolve) */
- file, /* stringified IOR' in a file */
+ file /* stringified IOR' in a file */
};