Reviewed-by: Chris Forbes <[email protected]>
On Sun, Mar 22, 2015 at 8:22 PM, Vinson Lee <[email protected]> wrote: > Fix stray semicolon defect reported by Coverity. > > Signed-off-by: Vinson Lee <[email protected]> > --- > tests/util/piglit_ktx.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/util/piglit_ktx.c b/tests/util/piglit_ktx.c > index d6c9231..a95300e 100644 > --- a/tests/util/piglit_ktx.c > +++ b/tests/util/piglit_ktx.c > @@ -796,7 +796,7 @@ piglit_ktx_load_texture(struct piglit_ktx *self, > > /* Reset GL error state. */ > while (glGetError()) > - ;; > + ; > > if (*tex_name == 0) { > glGenTextures(1, tex_name); > -- > 2.3.3 > > _______________________________________________ > Piglit mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/piglit _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
