commit | 7c2d7f8cf5b647c81d2df2ee7f9da6fec08f472a | [log] [tgz] |
---|---|---|
author | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | Thu Jul 24 13:35:35 2008 +0200 |
committer | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | Thu Jul 24 13:35:35 2008 +0200 |
tree | b5d9a66385dd2a9e44b2eecb2d7fdaaa0d9b9f71 | |
parent | 9dd73d58ae7850dcfa754cb443093825f00cac9f [diff] [blame] |
Fix a typo.
diff --git a/progs/demos/fbo_firecube.c b/progs/demos/fbo_firecube.c index 0f01476..ed87dd1 100644 --- a/progs/demos/fbo_firecube.c +++ b/progs/demos/fbo_firecube.c
@@ -99,7 +99,7 @@ "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"};