X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/1f6417a9b25f05a29e8de171fb26022c996453b3..1e3a799d47fc551bb9c1611c6d7db47844dd03b7:/client/scripting.c diff --git a/client/scripting.c b/client/scripting.c index 0ccdeeec..cf149b6e 100644 --- a/client/scripting.c +++ b/client/scripting.c @@ -313,8 +313,8 @@ int set_pm3_libraries(lua_State *L) {"foobar", l_foobar}, {"ukbhit", l_ukbhit}, {"clearCommandBuffer", l_clearCommandBuffer}, - {"console", l_CmdConsole}, - {"iso15693_crc", l_iso15693_crc}, + {"console", l_CmdConsole}, + {"iso15693_crc", l_iso15693_crc}, {"aes", l_aes}, {"crc16", l_crc16}, {NULL, NULL}