mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-25 04:19:06 +02:00
fixed: micro unix entry point signature was invalid.
This commit is contained in:
parent
fe2c413cb7
commit
f51e90e28d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue