This commit is contained in:
jl777
2018-08-18 00:11:27 -11:00
parent 276c654852
commit 9c5c9f0b9d
4 changed files with 4 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ typedef struct CCType {
/*
* Globals
*/
extern struct CCType *CCTypeRegistry[16];
extern struct CCType *CCTypeRegistry[];
extern int CCTypeRegistryLength;

View File

@@ -137,6 +137,7 @@ unsigned char *base64_decode(const unsigned char *data_,
void base64_cleanup() {
free(decoding_table);
decoding_table = 0;
}