mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
[NTOS:KD64] Format string of KdpDprintf can be const.
This commit is contained in:
parent
16decc61be
commit
9d9536d431
2 changed files with 2 additions and 2 deletions
|
@ -515,7 +515,7 @@ KdpSysCheckLowMemory(
|
|||
VOID
|
||||
__cdecl
|
||||
KdpDprintf(
|
||||
_In_ PCHAR Format,
|
||||
_In_ PCSTR Format,
|
||||
...);
|
||||
|
||||
BOOLEAN
|
||||
|
|
|
@ -526,7 +526,7 @@ KdpPrint(
|
|||
VOID
|
||||
__cdecl
|
||||
KdpDprintf(
|
||||
_In_ PCHAR Format,
|
||||
_In_ PCSTR Format,
|
||||
...)
|
||||
{
|
||||
STRING String;
|
||||
|
|
Loading…
Reference in a new issue