mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.hashes: Remove redundant semicolon
This commit is contained in:
parent
0bcc500e3f
commit
e70c9f1828
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ LUALIB_API int luaopen_util_hashes(lua_State *L) {
|
|||
luaL_checkversion(L);
|
||||
#endif
|
||||
lua_newtable(L);
|
||||
luaL_setfuncs(L, Reg, 0);;
|
||||
luaL_setfuncs(L, Reg, 0);
|
||||
lua_pushliteral(L, "-3.14");
|
||||
lua_setfield(L, -2, "version");
|
||||
return 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue