* more consitent space and case usage

git-svn-id: trunk@3464 -
This commit is contained in:
florian 2006-05-09 20:37:22 +00:00
parent 8b189839aa
commit f900d1ab5b

View File

@ -15,7 +15,7 @@
**********************************************************************}
procedure UniqueString(Var S : WideString);external name 'FPC_WIDESTR_UNIQUE';
Procedure UniqueString (Var S : WideString);external name 'FPC_WIDESTR_UNIQUE';
Function Pos (Const Substr : WideString; Const Source : WideString) : SizeInt;
Function Pos (c : Char; Const s : WideString) : SizeInt;
Function Pos (c : WideChar; Const s : WideString) : SizeInt;