Remove stray 8bit character.

oldstable
Hans Leidekker 2005-03-27 17:54:17 +00:00 committed by Alexandre Julliard
parent 2239b3ae2e
commit d0965ae873
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ BOOL WINAPI SetupCopyOEMInfA(PCSTR sourceinffile, PCSTR sourcemedialoc,
DWORD destnamesize, PDWORD required,
PSTR *destinfnamecomponent)
{
FIXME("stub: source %s location %s ...\n",sourceinffile, sourcemedialoc);
FIXME("stub: source %s location %s ...\n",sourceinffile, sourcemedialoc);
return FALSE;
}