mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-02-08 17:30:36 +00:00
One-line fix-up
This commit is contained in:
parent
9d9e826bb3
commit
2ab23546ea
@ -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);
|
gCtxSyncCallbacks.push_back(cb);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user