projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[FREELDR-KDCOM-KDBG]
[reactos.git]
/
reactos
/
ntoskrnl
/
kd
/
i386
/
kdbg.c
diff --git
a/reactos/ntoskrnl/kd/i386/kdbg.c
b/reactos/ntoskrnl/kd/i386/kdbg.c
index
0607112
..
fcc2afd
100644
(file)
--- a/
reactos/ntoskrnl/kd/i386/kdbg.c
+++ b/
reactos/ntoskrnl/kd/i386/kdbg.c
@@
-136,7
+136,7
@@
KdPortGetByteEx(
IN PCPPORT PortInformation,
OUT PUCHAR ByteReceived)
{
- return (CpGetByte(PortInformation, ByteReceived, FALSE,
TRU
E) == CP_GET_SUCCESS);
+ return (CpGetByte(PortInformation, ByteReceived, FALSE,
FALS
E) == CP_GET_SUCCESS);
}
VOID