Commit 704a5686 authored by Mikolaj Zalewski's avatar Mikolaj Zalewski Committed by Alexandre Julliard

winex11.drv: wintab: Add a missing break.

parent b0d1590d
......@@ -812,8 +812,8 @@ UINT X11DRV_WTInfoA(UINT wCategory, UINT nIndex, LPVOID lpOutput)
default:
FIXME("WTI_INTERFACE unhandled index %i\n",nIndex);
rc = 0;
}
break;
case WTI_DEFSYSCTX:
case WTI_DDCTXS:
case WTI_DEFCONTEXT:
......
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