aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb2.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2007-05-22 13:17:24 +0000
committerJörg Mayer <jmayer@loplof.de>2007-05-22 13:17:24 +0000
commit21adfc3029c13191804e47dd732969143b7d2003 (patch)
tree07a4dfe07e49e99b33faad4ec6fc3b701f6a214f /epan/dissectors/packet-smb2.h
parente14af5a5774905c107c8a2428e141cd89e07b13f (diff)
Trivial warning fixes:
opcua: warning: function declaration isn't a prototype rest: comma at end of enumerator svn path=/trunk/; revision=21885
Diffstat (limited to 'epan/dissectors/packet-smb2.h')
-rw-r--r--epan/dissectors/packet-smb2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-smb2.h b/epan/dissectors/packet-smb2.h
index 9904dae781..899be07765 100644
--- a/epan/dissectors/packet-smb2.h
+++ b/epan/dissectors/packet-smb2.h
@@ -45,7 +45,7 @@ typedef enum {
SMB2_EI_NONE, /* Unassigned / NULL */
SMB2_EI_TREENAME, /* tid tracking char * */
SMB2_EI_FILENAME, /* fid tracking char * */
- SMB2_EI_FINDPATTERN, /* find tracking char * */
+ SMB2_EI_FINDPATTERN /* find tracking char * */
} smb2_extra_info_t;
typedef struct _smb2_saved_info_t {
guint8 class;