Eliminate multiple "const"s.

svn path=/trunk/; revision=46753
This commit is contained in:
Guy Harris 2012-12-26 06:16:39 +00:00
parent 44d7a093e8
commit 50102335a7
1 changed files with 1 additions and 1 deletions

View File

@ -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;