mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 14:41:57 +08:00
fixed: micro unix entry point signature was invalid.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user