mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 21:29:42 +02:00
- removed redundant semicolon
This commit is contained in:
parent
7abe3eeb84
commit
ca03841724
@ -291,7 +291,7 @@ implementation
|
|||||||
begin
|
begin
|
||||||
result:=inherited;
|
result:=inherited;
|
||||||
if is_wasm_externref then
|
if is_wasm_externref then
|
||||||
result:=result+';wasmexternref';;
|
result:=result+';wasmexternref';
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user