mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
[KERNEL32]
* Fix yet another buggy DPRINT. svn path=/trunk/; revision=59902
This commit is contained in:
parent
4f73c42009
commit
3d4f9a8c5a
1 changed files with 1 additions and 1 deletions
|
@ -693,7 +693,7 @@ GetBinaryTypeW (
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
DPRINT1("Invalid binary type returned!\n", BinType);
|
DPRINT1("Invalid binary type %lu returned!\n", BinType);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue