mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 12:26:09 +00:00
fix a typo
svn path=/trunk/; revision=34279
This commit is contained in:
parent
33941ca644
commit
8d35fff61b
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ KdPortInitializeEx(
|
||||||
sprintf(buffer,
|
sprintf(buffer,
|
||||||
"\nSerial port COM%ld found at 0x%lx\n",
|
"\nSerial port COM%ld found at 0x%lx\n",
|
||||||
PortInformation->ComPort,
|
PortInformation->ComPort,
|
||||||
ComPortBase];
|
ComPortBase);
|
||||||
HalDisplayString(buffer);
|
HalDisplayString(buffer);
|
||||||
#endif /* NDEBUG */
|
#endif /* NDEBUG */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue