include/debug: remove duplicate 'const' declaration warning
./include/debug.h:89:55: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
7fe033ef9a
commit
aeeb81317e
|
@ -86,7 +86,7 @@ ul_debugobj(void *handler, const char *mesg, ...)
|
|||
fputc('\n', stderr);
|
||||
}
|
||||
|
||||
static inline int parse_envmask(const struct dbg_mask const flagnames[],
|
||||
static inline int parse_envmask(const struct dbg_mask flagnames[],
|
||||
const char *mask)
|
||||
{
|
||||
int res;
|
||||
|
|
Loading…
Reference in New Issue