Browse Source

* more consitent space and case usage

git-svn-id: trunk@3464 -
florian 19 years ago
parent
commit
f900d1ab5b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/inc/wstringh.inc

+ 1 - 1
rtl/inc/wstringh.inc

@@ -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;