msi: Remove function name from fixme.

This commit is contained in:
Juan Lang 2010-02-03 16:34:55 -08:00 committed by Alexandre Julliard
parent adc6b60f17
commit aafcf1a536
1 changed files with 1 additions and 1 deletions

View File

@ -463,7 +463,7 @@ static UINT ACTION_AppSearchReg(MSIPACKAGE *package, LPWSTR *appValue, MSISIGNAT
ACTION_ConvertRegValue(regType, value, sz, appValue);
break;
default:
FIXME("AppSearch unimplemented for type %d (key path %s, value %s)\n",
FIXME("unimplemented for type %d (key path %s, value %s)\n",
type, debugstr_w(keyPath), debugstr_w(valueName));
}
end: