From 25d6e49672355fcba4521034a333064d58915102 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 5 Aug 2011 14:39:30 -0700 Subject: [PATCH] Add a missing break --- primary.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/primary.c b/primary.c index b3e163a..7ad996a 100644 --- a/primary.c +++ b/primary.c @@ -2004,6 +2004,8 @@ static HRESULT WINAPI DS8PrimaryProp_Set(IKsPropertySet *iface, This->dirty.bit.effect = 1; res = DS_OK; } + break; + default: FIXME("Unhandled propid: 0x%08"LONGFMT"x\n", propid); break; -- 2.11.4.GIT