]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/ntdll/ntdll.factor
scryfall: better moxfield words
[factor.git] / basis / windows / ntdll / ntdll.factor
index 0dd203bbc5243382e907570c71d397995f806c3b..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
-) ;
+)