Commit e198b4eb authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

ntdll: Remove a superfluous semicolon.

parent eceb0cce
...@@ -87,7 +87,7 @@ static const char* iocode2str(DWORD ioc) ...@@ -87,7 +87,7 @@ static const char* iocode2str(DWORD ioc)
{ {
switch (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_CLEAR_STATS);
X(IOCTL_SERIAL_CLR_DTR); X(IOCTL_SERIAL_CLR_DTR);
X(IOCTL_SERIAL_CLR_RTS); X(IOCTL_SERIAL_CLR_RTS);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment