st/egl: Add a missing break.

The swtich in egl_g3d_st_framebuffer_validate misses a break.
This commit is contained in:
Chia-I Wu 2010-04-02 10:19:43 +08:00
parent c36d15d158
commit 2ae66e9b97
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ egl_g3d_st_framebuffer_validate(struct st_framebuffer_iface *stfbi,
break;
case ST_ATTACHMENT_BACK_RIGHT:
natt = NATIVE_ATTACHMENT_BACK_RIGHT;
break;
default:
natt = -1;
break;