mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-07 17:09:49 +01:00
* fixed typos
This commit is contained in:
parent
47b226c340
commit
c97c827e09
@ -143,7 +143,7 @@ begin
|
||||
begin
|
||||
If CustomLogType=0 then
|
||||
CustomLogType:=EVENTLOG_SUCCESS;
|
||||
Result:=CustomLogType
|
||||
Result:=CustomLogType;
|
||||
DoGetCustomEvent(Result);
|
||||
end
|
||||
else
|
||||
|
||||
@ -31,7 +31,7 @@ end;
|
||||
function TRegistry.sysCreateKey(const Key: String): Boolean;
|
||||
Var
|
||||
P: PChar;
|
||||
Disposition: Integer;
|
||||
Disposition: Dword;
|
||||
Handle: HKEY;
|
||||
SecurityAttributes: Pointer; //LPSECURITY_ATTRIBUTES;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user