X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/4e3d8d0f764823d3550970d6d686a86e8f04d8af..6af88242eb458bad91c77b424b03bf19ecce5da1:/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}