ntdll: Remove superfluous semicolon.

This commit is contained in:
Andrew Talbot 2009-03-24 19:54:00 +00:00 committed by Alexandre Julliard
parent dca3117f03
commit 60507cc651
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ static const char *io2str( DWORD io )
{ {
switch (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_CHECK_VERIFY);
X(IOCTL_TAPE_CREATE_PARTITION); X(IOCTL_TAPE_CREATE_PARTITION);
X(IOCTL_TAPE_ERASE); X(IOCTL_TAPE_ERASE);