Skip to content

Commit

Permalink
Corrected comment. It's basically just moving to Lua as the mainline.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Dec 18, 2013
1 parent 9cdc328 commit 15f7824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1pass.c
Expand Up @@ -208,7 +208,7 @@ static int initLua(void)
luaSetCFunc(luaState, decryptUsingPBKDF2, "decryptUsingPBKDF2");
luaSetCFunc(luaState, decryptBase64UsingKey, "decryptBase64UsingKey");

// Transfer control to Lua to setup some APIs and state...
// Transfer control to Lua...
if (luaL_dofile(luaState, "1pass.lua") != 0)
{
const char *msg = lua_tostring(luaState, -1);
Expand Down

0 comments on commit 15f7824

Please sign in to comment.