Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hax0kartik committed Jun 12, 2017
2 parents 2ae0975 + d1f3f23 commit 959b27e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ unsigned int openSwkdb(SwkbdState *swkbd,char *texgen)
swkbdInit(swkbd, SWKBD_TYPE_NUMPAD, 2, -1);
//gui.topFunc = topFail;
swkbdInputText(swkbd, mybuf, sizeof(mybuf));
swkbdInputText(swkbd, mybuf, sizeof(mybuf));
int w=atoi(mybuf);
return w;
}
Expand Down

0 comments on commit 959b27e

Please sign in to comment.