One-line fix-up

This commit is contained in:
dingusdev 2024-09-08 15:22:04 -07:00
parent 9d9e826bb3
commit 2ab23546ea

View File

@ -84,7 +84,7 @@ void do_ctx_sync() {
}
}
static void add_ctx_sync_action(const CtxSyncCallback& cb) {
void add_ctx_sync_action(const CtxSyncCallback& cb) {
gCtxSyncCallbacks.push_back(cb);
}