From 3f95b53036f456c2cff9ebc4fc6f26c36a1740eb Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Tue, 8 Jan 2019 21:36:39 -0500 Subject: add action.c, clean up key handling --- src/libsok/sok-ctx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libsok/sok-ctx.c') diff --git a/src/libsok/sok-ctx.c b/src/libsok/sok-ctx.c index 460c7ad..d514fe3 100644 --- a/src/libsok/sok-ctx.c +++ b/src/libsok/sok-ctx.c @@ -333,7 +333,7 @@ sok_ctx_move_box( bool sok_ctx_is_done( - sok_ctx_t * const ctx + const sok_ctx_t * const ctx ) { return ctx->num_goals_left == 0; } -- cgit v1.2.3