diff mbox

[3/3] Android: piglit_ktx.c compiler error

Message ID 1359397839-24285-3-git-send-email-tom.gall@linaro.org
State Accepted
Headers show

Commit Message

Tom Gall Jan. 28, 2013, 6:30 p.m. UTC
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>
---
 tests/util/piglit_ktx.c |    1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/tests/util/piglit_ktx.c b/tests/util/piglit_ktx.c
index 7febc8f..1d47102 100644
--- a/tests/util/piglit_ktx.c
+++ b/tests/util/piglit_ktx.c
@@ -758,6 +758,7 @@  target_to_texture_binding(GLuint target)
 			assert(0);
 			break;
 	}
+	return 0;
 }
 
 bool