We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
static
1 parent 3b56200 commit b34e2a4Copy full SHA for b34e2a4
1 file changed
src/common/impl/base64.c
@@ -34,7 +34,7 @@ void ffBase64EncodeRaw(uint32_t size, const char* str, uint32_t* out_size, char*
34
35
static uint8_t decode_table[256];
36
37
-void init_decode_table() {
+static void init_decode_table() {
38
uint8_t ch = 0;
39
do {
40
int32_t code = -1;
0 commit comments