Commit 60507cc6 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

ntdll: Remove superfluous semicolon.

parent dca3117f
......@@ -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);
......
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