aboutsummaryrefslogtreecommitdiff
path: root/src/libsok/sok-ctx.c
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2019-01-08 21:36:39 -0500
committerPaul Duncan <pabs@pablotron.org>2019-01-08 21:36:39 -0500
commit3f95b53036f456c2cff9ebc4fc6f26c36a1740eb (patch)
tree127feabc5b31df562934c205dadc3adeb193d796 /src/libsok/sok-ctx.c
parentc4915c5cf04246b9e776ada61f6c917f363a78b7 (diff)
downloadsok-3f95b53036f456c2cff9ebc4fc6f26c36a1740eb.tar.bz2
sok-3f95b53036f456c2cff9ebc4fc6f26c36a1740eb.zip
add action.c, clean up key handling
Diffstat (limited to 'src/libsok/sok-ctx.c')
-rw-r--r--src/libsok/sok-ctx.c2
1 files changed, 1 insertions, 1 deletions
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;
}