mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-26 05:17:12 +01:00
* fix compilation after r17747
git-svn-id: trunk@21084 -
This commit is contained in:
parent
5f58dd6395
commit
759b927a9b
@ -78,7 +78,7 @@ begin
|
|||||||
else if T = 'T' then
|
else if T = 'T' then
|
||||||
Writer := TFPWriterTARGA.Create
|
Writer := TFPWriterTARGA.Create
|
||||||
else if T = 'N' then
|
else if T = 'N' then
|
||||||
Writer := TFPWriterPNM.Create(4)
|
Writer := TFPWriterPNM.Create
|
||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
Writeln('Unknown file format : ',T);
|
Writeln('Unknown file format : ',T);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user