mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-26 18:10:30 +02:00
* Extention -> extension (By Reinier, bug ID #25979)
git-svn-id: trunk@27756 -
This commit is contained in:
parent
75c6d67bc7
commit
7c9d6184a1
@ -277,7 +277,7 @@ type
|
|||||||
TSF_FORMAT_INFO = record
|
TSF_FORMAT_INFO = record
|
||||||
format : ctypes.cint;
|
format : ctypes.cint;
|
||||||
name : ctypes.pcchar;
|
name : ctypes.pcchar;
|
||||||
extention : ctypes.pcchar;
|
extension : ctypes.pcchar;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user