Browse Source

- removed redundant semicolon

Nikolay Nikolov 2 years ago
parent
commit
ca03841724
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/wasm32/symcpu.pas

+ 1 - 1
compiler/wasm32/symcpu.pas

@@ -291,7 +291,7 @@ implementation
     begin
       result:=inherited;
       if is_wasm_externref then
-        result:=result+';wasmexternref';;
+        result:=result+';wasmexternref';
     end;