mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +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,
|
||||
"\nSerial port COM%ld found at 0x%lx\n",
|
||||
PortInformation->ComPort,
|
||||
ComPortBase];
|
||||
ComPortBase);
|
||||
HalDisplayString(buffer);
|
||||
#endif /* NDEBUG */
|
||||
|
||||
|
|
Loading…
Reference in a new issue