Skip to content

Commit b34e2a4

Browse files
committed
Common (Base64): adds static to internal functions
1 parent 3b56200 commit b34e2a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common/impl/base64.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ void ffBase64EncodeRaw(uint32_t size, const char* str, uint32_t* out_size, char*
3434

3535
static uint8_t decode_table[256];
3636

37-
void init_decode_table() {
37+
static void init_decode_table() {
3838
uint8_t ch = 0;
3939
do {
4040
int32_t code = -1;

0 commit comments

Comments
 (0)