浏览代码

- removed redundant semicolon

Nikolay Nikolov 2 年之前
父节点
当前提交
ca03841724
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;