]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/ntdll/ntdll.factor
inverse: Fix docs
[factor.git] / basis / windows / ntdll / ntdll.factor
index 57c46d2d004108f00efff2ab042d1befe0ed187c..75d4793577d0bd72bef96ef14c92385e6665c326 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2013 Doug Coleman.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: alien.c-types alien.syntax classes.struct windows.types ;
 IN: windows.ntdll
 
@@ -160,4 +160,4 @@ FUNCTION: NTSTATUS NtQueryInformationProcess (
     PVOID ProcessInformation,
     ULONG ProcessInformationLength,
     PULONG ReturnLength
-) ;
\ No newline at end of file
+)