From: Thomas Hellstrom Date: Thu, 24 Jul 2008 11:35:35 +0000 (+0200) Subject: Fix a typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7c2d7f8cf5b647c81d2df2ee7f9da6fec08f472a;p=mesa.git Fix a typo. --- diff --git a/progs/demos/fbo_firecube.c b/progs/demos/fbo_firecube.c index 0f01476d3fc..ed87dd133cf 100644 --- a/progs/demos/fbo_firecube.c +++ b/progs/demos/fbo_firecube.c @@ -99,7 +99,7 @@ static const char *texNames[] = "GL_RGB GL_UNSIGNED_INT_5_6_5", "GL_RGB GL_UNSIGNED_INT_5_6_5_REV", "GL_BGR GL_UNSIGNED_INT_5_6_5", - "BL_BGR GL_UNSIGNED_INT_5_6_5_REV"}; + "GL_BGR GL_UNSIGNED_INT_5_6_5_REV"};