--- a/dlls/wined3d/arb_program_shader.c 2009-04-10 16:13:10.000000000 +0200 +++ b/dlls/wined3d/arb_program_shader.c 2009-04-10 16:13:54.000000000 +0200 @@ -673,7 +673,7 @@ if(shader_is_pshader_version(ins->reg_maps->shader_version)) { const IWineD3DPixelShaderImpl* const ps = (const IWineD3DPixelShaderImpl*)This; if(ps->cur_args->texrect_fixup & (1 << sampler_idx)) { - FIXME("NP2 texcoord fixup is currently not implemented in ARB mode (use GLSL instead)."); + FIXME("NP2 texcoord fixup is currently not implemented in ARB mode (use GLSL instead).\n"); } } break;