aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_pinfo.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2007-03-21 04:59:53 +0000
committerJörg Mayer <jmayer@loplof.de>2007-03-21 04:59:53 +0000
commit636e20e4316a33385f793161dacc4e8210d36220 (patch)
tree01f4c260dfa84a2197ffc669c3c95ebbf7d2b381 /epan/wslua/wslua_pinfo.c
parent3cb0b3bfc718e5b52e14caeec0b68b8232620132 (diff)
Fixes for: warning: comma at end of enumerator list
svn path=/trunk/; revision=21084
Diffstat (limited to 'epan/wslua/wslua_pinfo.c')
-rw-r--r--epan/wslua/wslua_pinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/wslua/wslua_pinfo.c b/epan/wslua/wslua_pinfo.c
index 06ee625250..4e0168fa01 100644
--- a/epan/wslua/wslua_pinfo.c
+++ b/epan/wslua/wslua_pinfo.c
@@ -648,7 +648,7 @@ typedef enum {
PARAM_PORT_SRC,
PARAM_PORT_DST,
PARAM_CIRCUIT_ID,
- PARAM_PORT_TYPE,
+ PARAM_PORT_TYPE
} pinfo_param_type_t;
static int pushnil_param(lua_State* L, packet_info* pinfo _U_, pinfo_param_type_t pt _U_ ) {