Browse Source

- removed redundant semicolon

Nikolay Nikolov 2 năm trước cách đây
mục cha
commit
ca03841724
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;