Skip to content

Commit

Permalink
Re-arrange order.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Oct 12, 2015
1 parent 718c822 commit 96d8547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/robotjs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,8 @@ NAN_METHOD(keyToggle)
MMKeyFlags flags = MOD_NONE;
MMKeyCode key;

char *k;
bool down;
char *k;
char *f;

v8::String::Utf8Value kstr(info[0]->ToString());
Expand Down

0 comments on commit 96d8547

Please sign in to comment.