mirror of
https://github.com/debauchee/barrier.git
synced 2024-12-25 20:13:23 +03:00
fixed: micro unix entry point signature was invalid.
This commit is contained in:
parent
fe2c413cb7
commit
f51e90e28d
@ -27,7 +27,7 @@ freely, subject to the following restrictions:
|
|||||||
#include "uSynergy.h"
|
#include "uSynergy.h"
|
||||||
|
|
||||||
// TODO: implement callbacks.
|
// TODO: implement callbacks.
|
||||||
int main(char* argv, int argc) {
|
int main(int argc, char** argv) {
|
||||||
uSynergyContext context;
|
uSynergyContext context;
|
||||||
uSynergyInit(&context);
|
uSynergyInit(&context);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user