Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
windows: fix build
  • Loading branch information
Ryan Phillips authored and philips committed Jul 6, 2012
1 parent 4041b61 commit 67e83d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/luvit_main.c
Expand Up @@ -38,11 +38,11 @@

int main(int argc, char *argv[])
{
argv = uv_setup_args(argc, argv);

lua_State *L;
uv_loop_t *loop;

argv = uv_setup_args(argc, argv);

L = luaL_newstate();
if (L == NULL) {
fprintf(stderr, "luaL_newstate has failed\n");
Expand Down

0 comments on commit 67e83d1

Please sign in to comment.