Explorar el Código

- removed redundant semicolon

Nikolay Nikolov hace 2 años
padre
commit
ca03841724
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;