fixed: micro unix entry point signature was invalid.

This commit is contained in:
Nick Bolton 2013-05-01 14:23:48 +00:00
parent fe2c413cb7
commit f51e90e28d
1 changed files with 1 additions and 1 deletions

View File

@ -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);