st/egl: fix a typo

Wrong goto labels.
This commit is contained in:
Chia-I Wu 2011-07-01 18:13:38 +09:00 committed by Chia-I Wu
parent c0b0e71148
commit bf04d9eebf

View file

@ -282,9 +282,9 @@ resource_surface_copy_swap(struct resource_surface *rsurf,
btex, 0, &src_box);
ret = TRUE;
out_no_ftex:
pipe_resource_reference(&btex, NULL);
out_no_btex:
pipe_resource_reference(&btex, NULL);
out_no_ftex:
pipe_resource_reference(&ftex, NULL);
return ret;