Michael VAN CANNEYT hace 2 años
padre
commit
59335bd57d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/iconvenc/src/iconvenc_dyn.pas

+ 1 - 1
packages/iconvenc/src/iconvenc_dyn.pas

@@ -88,7 +88,7 @@ begin
 end;
 
 
-function InitIconv(var error: ): boolean;
+function InitIconv(var error: string): boolean;
 begin
   result := true;
   error := '';