aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2018-10-08 21:29:20 +0200
committerThomas White <taw@bitwiz.me.uk>2018-10-08 21:29:20 +0200
commit791ee4e65f3ec7ef470302e4381baefb431fb56d (patch)
tree9aea3b8efe76de11537aa9d1d10e6a3f69892d59
parent119b098d752189fe7e319c99f97a12771fa1880f (diff)
Formatting fussiness
-rw-r--r--src/sc_interp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sc_interp.h b/src/sc_interp.h
index f71148d..7b00aaa 100644
--- a/src/sc_interp.h
+++ b/src/sc_interp.h
@@ -64,7 +64,7 @@ extern void sc_callback_list_free(SCCallbackList *cbl);
extern void sc_callback_list_add_callback(SCCallbackList *cbl, const char *name,
SCCallbackBoxFunc box_func,
SCCallbackDrawFunc draw_func,
- SCCallbackClickFunc click_func,
+ SCCallbackClickFunc click_func,
void *vp);
extern void sc_interp_set_callbacks(SCInterpreter *scin, SCCallbackList *cbl);