Andrew Talbot : ntdll: Remove superfluous semicolon.
Module: wine Branch: master Commit: 60507cc65199b055f52c0ac84d6ca4e20bb6237e URL: http://source.winehq.org/git/wine.git/?a=commit;h=60507cc65199b055f52c0ac84d... Author: Andrew Talbot <andrew.talbot(a)talbotville.com> Date: Tue Mar 24 19:54:00 2009 +0000 ntdll: Remove superfluous semicolon. --- dlls/ntdll/tape.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/ntdll/tape.c b/dlls/ntdll/tape.c index 5c83a9d..b8a4ab2 100644 --- a/dlls/ntdll/tape.c +++ b/dlls/ntdll/tape.c @@ -66,7 +66,7 @@ static const char *io2str( DWORD io ) { switch (io) { -#define X(x) case (x): return #x; +#define X(x) case (x): return #x X(IOCTL_TAPE_CHECK_VERIFY); X(IOCTL_TAPE_CREATE_PARTITION); X(IOCTL_TAPE_ERASE);
participants (1)
-
Alexandre Julliard