relocate-rela: add missing va_end()
va_start must always be matched by va_end.
The problem was indicated by cppcheck.
Signed-off-by:
Heinrich Schuchardt <xypron.glpk@gmx.de>
Loading
Please register or sign in to comment
va_start must always be matched by va_end.
The problem was indicated by cppcheck.
Signed-off-by:
Heinrich Schuchardt <xypron.glpk@gmx.de>