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