diff options
author | Vinson Lee <vlee@vmware.com> | 2010-11-10 14:50:37 -0800 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-11-10 14:50:37 -0800 |
commit | a289b5773d4a8bb113b9798e32316047a4d2471d (patch) | |
tree | d3cac01bc0652830bb949fa04bba10c7dfd89991 /tests/texturing/texwrap.c | |
parent | bbe945600e60f5a0ec58c289847e0ece2f681584 (diff) |
texwrap: Fix MSVC build.
Diffstat (limited to 'tests/texturing/texwrap.c')
-rw-r--r-- | tests/texturing/texwrap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/texturing/texwrap.c b/tests/texturing/texwrap.c index c58217383..f90457ffc 100644 --- a/tests/texturing/texwrap.c +++ b/tests/texturing/texwrap.c @@ -103,7 +103,7 @@ struct format { {"GL_RGBA32F", GL_RGBA32F, 32, 32, 32, 32, 1, 8, 3.0, {"GL_ARB_texture_float", "GL_ATI_texture_float"}}, - {} + {0} }; /* Wrap modes. */ |