mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Common (Base64): adds static to internal functions
This commit is contained in:
@@ -34,7 +34,7 @@ void ffBase64EncodeRaw(uint32_t size, const char* str, uint32_t* out_size, char*
|
||||
|
||||
static uint8_t decode_table[256];
|
||||
|
||||
void init_decode_table() {
|
||||
static void init_decode_table() {
|
||||
uint8_t ch = 0;
|
||||
do {
|
||||
int32_t code = -1;
|
||||
|
||||
Reference in New Issue
Block a user