Index: apitests/user32/AttachThreadInput.c =================================================================== --- apitests/user32/AttachThreadInput.c (revision 62724) +++ apitests/user32/AttachThreadInput.c (working copy) @@ -217,9 +217,9 @@ int i,j; BOOL ret; - for(i = 0; i< 4; i++); + for(i = 0; i< 4; i++) { - for(j = 0; j< 4; j++); + for(j = 0; j< 4; j++) { ret = AttachThreadInput(data[i].tid,data[j].tid, FALSE); ok(ret==0, "expected AttachThreadInput to fail\n");