wined3d: Fix an error string.

This commit is contained in:
Stefan Dösinger 2009-09-29 17:43:44 +02:00 committed by Alexandre Julliard
parent 9c8b83ce01
commit c749debec6
1 changed files with 1 additions and 1 deletions

View File

@ -693,7 +693,7 @@ static BOOL match_broken_nv_clip(const struct wined3d_gl_info *gl_info, const ch
GL_EXTCALL(glGenProgramsARB(1, &prog));
if(!prog)
{
ERR("Failed to create an ARB offset limit test program\n");
ERR("Failed to create the NVvp clip test program\n");
LEAVE_GL();
return FALSE;
}