1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-11-03 04:17:18 -05:00

Remove superfluous continue; (part 2)

This commit is contained in:
Moritz Grimm 2017-09-20 12:56:57 +02:00
parent 85abb3958c
commit d40576cd80

View File

@ -162,7 +162,6 @@ _cfg_xmlfile_parse_metadata(xmlDocPtr doc, xmlNodePtr cur)
xmlFree(val); \
if (error) \
return (-1); \
continue; \
} \
} while (0)
@ -219,7 +218,6 @@ _cfg_xmlfile_parse_decoders(xmlDocPtr doc, xmlNodePtr cur)
xmlFree(val); \
if (error) \
return (-1); \
continue; \
} \
} while (0)