aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-12-26 06:16:39 +0000
committerGuy Harris <guy@alum.mit.edu>2012-12-26 06:16:39 +0000
commit50102335a7ada47284cd3b8bdc99ec5e2da65a62 (patch)
tree6c2bace5004146b32413ff50647c969865ef959f /epan
parent44d7a093e8841f7ccf383f7aa6d5783bccb86656 (diff)
Eliminate multiple "const"s.
svn path=/trunk/; revision=46753
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-csn1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-csn1.h b/epan/dissectors/packet-csn1.h
index fd32a868e9..73432c9504 100644
--- a/epan/dissectors/packet-csn1.h
+++ b/epan/dissectors/packet-csn1.h
@@ -181,7 +181,7 @@ typedef struct
{
const void* ptr;
guint32 value;
- const crumb_spec_t const *crumb_spec;
+ const crumb_spec_t *crumb_spec;
} descr;
size_t offset;
gboolean may_be_null;