Skip to content
Snippets Groups Projects
Commit eda30454 authored by deuce's avatar deuce
Browse files

Remove incorrect size specifier

parent 2b4aaf36
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ struct crypt_funcs cl;
int init_crypt(void)
{
dll_handle cryptlib;
const char *libnames[2]={ "cl", "cl33", "cl32", NULL };
const char *libnames[]={ "cl", "cl33", "cl32", NULL };
if(crypt_loaded)
return(0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment