[KERNEL32]

* Fix yet another buggy DPRINT.

svn path=/trunk/; revision=59902
This commit is contained in:
Amine Khaldi 2013-08-30 14:16:47 +00:00
parent 4f73c42009
commit 3d4f9a8c5a

View file

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