Skip to content

Commit

Permalink
lib-imap: Fix another compiler warning
Browse files Browse the repository at this point in the history
Unnecessary, but older gcc complains.
  • Loading branch information
sirainen committed Jan 30, 2017
1 parent d764f67 commit b02cd3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib-imap/imap-bodystructure.c
Expand Up @@ -596,7 +596,7 @@ int imap_bodystructure_parse_full(const char *bodystructure,
struct istream *input;
struct imap_parser *parser;
const struct imap_arg *args;
char *error;
char *error = NULL;
int ret;

i_assert(*parts == NULL || (*parts)->next == NULL);
Expand Down

0 comments on commit b02cd3f

Please sign in to comment.