mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 14:19:28 +02:00
* fix typo's
This commit is contained in:
parent
90e8dc3c41
commit
fff4cf3b05
@ -3,11 +3,11 @@
|
||||
begin
|
||||
if ord(widechar(#196))<>9472 then
|
||||
halt(1);
|
||||
if ord(#0196))<>196 then
|
||||
if ord(#0196)<>196 then
|
||||
halt(1);
|
||||
if ord(widechar(#$a6))<>170 then
|
||||
halt(1);
|
||||
if ord(#$0a6))<>166 then
|
||||
if ord(#$0a6)<>166 then
|
||||
halt(1);
|
||||
halt(0);
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user