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