Module: wine Branch: master Commit: e198b4eb84269b135fbfb0a838891f548f3d53ba URL: http://source.winehq.org/git/wine.git/?a=commit;h=e198b4eb84269b135fbfb0a838...
Author: Andrew Talbot andrew.talbot@talbotville.com Date: Wed Dec 24 18:13:15 2008 +0000
ntdll: Remove a superfluous semicolon.
---
dlls/ntdll/serial.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/ntdll/serial.c b/dlls/ntdll/serial.c index e174c12..dc16cc5 100644 --- a/dlls/ntdll/serial.c +++ b/dlls/ntdll/serial.c @@ -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);