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:
parent
85abb3958c
commit
d40576cd80
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user