summaryrefslogtreecommitdiff
path: root/src/scrcmd.c
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2019-02-12 00:40:34 -0600
committerDiegoisawesome <diego@domoreaweso.me>2019-02-12 00:40:34 -0600
commit449fb25f2372c8d51fc156d0eeeffa4023ec38b8 (patch)
tree5cded9cc21884f68fa45b7bc3eab4d43f60c0366 /src/scrcmd.c
parentbc4cc9f78a705636228c39311bb6e3c393f090d3 (diff)
Clear up misnamed time-based flags and functions
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r--src/scrcmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scrcmd.c b/src/scrcmd.c
index 837259a7f..51d96ff2e 100644
--- a/src/scrcmd.c
+++ b/src/scrcmd.c
@@ -690,7 +690,7 @@ bool8 ScrCmd_initclock(struct ScriptContext *ctx)
return FALSE;
}
-bool8 ScrCmd_dodailyevents(struct ScriptContext *ctx)
+bool8 ScrCmd_dotimebasedevents(struct ScriptContext *ctx)
{
DoTimeBasedEvents();
return FALSE;