base64: remove duplicate ‘const’ declaration specifier
By cleaning up the code the compiler does not emit the following warning
anymore:

    src/base64.c:15:19: warning: duplicate ‘const’ declaration specifier [-Wduplicate-decl-specifier]
     static const char const uuenc_tbl_base64[65 + 1] = {
                       ^~~~~

Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
1 parent 949bab3 commit fc86ad03b4dc45ac6c380d1e12603cec43c98c03
@Ulrich Ölmann Ulrich Ölmann authored on 3 Feb 2019
Roland Hieber committed on 7 Feb 2019
Showing 1 changed file
View
src/base64.c