summaryrefslogtreecommitdiff
path: root/tests/util/piglit_ktx.c
diff options
context:
space:
mode:
authorTom Gall <tom.gall@linaro.org>2013-01-28 12:30:39 -0600
committerChad Versace <chad.versace@linux.intel.com>2013-01-28 15:12:55 -0800
commita83b9d79a75753330311fdc1c4309198fbd6b4df (patch)
tree389f782a7e029564d5f35b86c1f00a48a28911e1 /tests/util/piglit_ktx.c
parentbd0fe9cce95f7b6a604b6d8dd7337d7897ff1c43 (diff)
android: piglit_ktx.c compiler error
A very minor change to fix build issue for Android. Needed return statement at end of function which specifies a return type. Signed-off-by: Tom Gall <tom.gall@linaro.org> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'tests/util/piglit_ktx.c')
-rw-r--r--tests/util/piglit_ktx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/util/piglit_ktx.c b/tests/util/piglit_ktx.c
index 7febc8ff5..b60f73737 100644
--- a/tests/util/piglit_ktx.c
+++ b/tests/util/piglit_ktx.c
@@ -758,6 +758,8 @@ target_to_texture_binding(GLuint target)
assert(0);
break;
}
+
+ return 0;
}
bool