[KERNEL32]
authorAmine Khaldi <amine.khaldi@reactos.org>
Fri, 30 Aug 2013 14:16:47 +0000 (14:16 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Fri, 30 Aug 2013 14:16:47 +0000 (14:16 +0000)
* Fix yet another buggy DPRINT.

svn path=/trunk/; revision=59902

reactos/dll/win32/kernel32/client/vdm.c

index fe10262..e53ae26 100644 (file)
@@ -693,7 +693,7 @@ GetBinaryTypeW (
     }
   }
 
-  DPRINT1("Invalid binary type returned!\n", BinType);
+  DPRINT1("Invalid binary type %lu returned!\n", BinType);
   return FALSE;
 }