Commit d0965ae8 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

Remove stray 8bit character.

parent 2239b3ae
......@@ -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;
}
......
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