Double close parentheses typo
This commit is contained in:
parent
b30adea912
commit
6def8d96b2
|
@ -181,7 +181,7 @@ void dll_func()
|
|||
|
||||
#else /* si estamos en Linux */
|
||||
|
||||
if(ini) dir=iniparser_getstr(ini,"dll:nixdll"));
|
||||
if(ini) dir=iniparser_getstr(ini,"dll:nixdll");
|
||||
if(!dir) dir="so";
|
||||
|
||||
directorio=opendir(dir);
|
||||
|
|
Loading…
Reference in a new issue