ntdll: Remove a superfluous semicolon.
This commit is contained in:
parent
eceb0cce82
commit
e198b4eb84
|
@ -87,7 +87,7 @@ static const char* iocode2str(DWORD ioc)
|
|||
{
|
||||
switch (ioc)
|
||||
{
|
||||
#define X(x) case (x): return #x;
|
||||
#define X(x) case (x): return #x
|
||||
X(IOCTL_SERIAL_CLEAR_STATS);
|
||||
X(IOCTL_SERIAL_CLR_DTR);
|
||||
X(IOCTL_SERIAL_CLR_RTS);
|
||||
|
|
Loading…
Reference in New Issue