ntdll: Remove a superfluous semicolon.

This commit is contained in:
Andrew Talbot 2008-12-24 18:13:15 +00:00 committed by Alexandre Julliard
parent eceb0cce82
commit e198b4eb84
1 changed files with 1 additions and 1 deletions

View File

@ -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);