Skip to content

Commit

Permalink
Merge pull request #21 from Mikhael-Danilov/patch-1
Browse files Browse the repository at this point in the history
Update src/lfs.c
  • Loading branch information
mascarenhas committed Sep 24, 2013
2 parents 9c2679f + b21e375 commit 2fd989c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ static int make_link(lua_State *L)
return pushresult(L,
(lua_toboolean(L,3) ? symlink : link)(oldpath, newpath), NULL);
#else
pusherror(L, "make_link is not supported on Windows");
return pusherror(L, "make_link is not supported on Windows");
#endif
}

Expand Down

0 comments on commit 2fd989c

Please sign in to comment.