X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/92623113b43d1f36cb72e61b8ce29ac74cf7db71..64d1b4efc932898dc250dbc5d8f7418e3643b27b:/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}