aboutsummaryrefslogtreecommitdiffstats
path: root/epan/diam_dict.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/diam_dict.h')
-rw-r--r--epan/diam_dict.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/diam_dict.h b/epan/diam_dict.h
index 4c97213d9c..493896ee9a 100644
--- a/epan/diam_dict.h
+++ b/epan/diam_dict.h
@@ -27,7 +27,7 @@
struct _ddict_namecode_t {
char* name;
guint code;
- struct _ddict_namecode_t* next;
+ struct _ddict_namecode_t* next;
};
typedef struct _ddict_namecode_t ddict_gavp_t;
@@ -38,7 +38,7 @@ typedef struct _ddict_vendor_t {
char* name;
char* desc;
guint code;
- struct _ddict_vendor_t* next;
+ struct _ddict_vendor_t* next;
} ddict_vendor_t;
typedef struct _ddict_avp_t {