Browse Source

* Some fixes

Michaël Van Canneyt 2 years ago
parent
commit
52ebf638b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/iconvenc/src/iconvenc_dyn.pas

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

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