diff --git a/dlls/msi/action.c b/dlls/msi/action.c index 7422edb8a77..872e8dd5a39 100644 --- a/dlls/msi/action.c +++ b/dlls/msi/action.c @@ -6750,7 +6750,7 @@ static UINT ACTION_BindImage( MSIPACKAGE *package ) static UINT ACTION_IsolateComponents( MSIPACKAGE *package ) { static const WCHAR table[] = { - 'I','s','o','l','a','t','e','C','o','m','p','o','n','e','n','t',0 }; + 'I','s','o','l','a','t','e','d','C','o','m','p','o','n','e','n','t',0 }; return msi_unimplemented_action_stub( package, "IsolateComponents", table ); }