summaryrefslogtreecommitdiff
path: root/libs/rs/RenderScriptEnv.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/rs/RenderScriptEnv.h')
-rw-r--r--libs/rs/RenderScriptEnv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rs/RenderScriptEnv.h b/libs/rs/RenderScriptEnv.h
index dfca56c34679..1bf5f22d35ee 100644
--- a/libs/rs/RenderScriptEnv.h
+++ b/libs/rs/RenderScriptEnv.h
@@ -87,7 +87,7 @@ typedef struct {
void (*drawRect)(void *con, int32_t x1, int32_t x2, int32_t y1, int32_t y2);
} rsc_FunctionTable;
-typedef void (*rsc_RunScript)(void *con, const rsc_FunctionTable *, uint32_t launchID);
+typedef int (*rsc_RunScript)(void *con, const rsc_FunctionTable *, uint32_t launchID);
/* EnableCap */