mirror of
https://github.com/debauchee/barrier.git
synced 2024-12-25 12:06:26 +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"
|
||||
|
||||
// TODO: implement callbacks.
|
||||
int main(char* argv, int argc) {
|
||||
int main(int argc, char** argv) {
|
||||
uSynergyContext context;
|
||||
uSynergyInit(&context);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user