util-src/encodings.c
changeset 432 fb19a5c14d44
parent 417 d60e63379284
child 441 4089b62b510c
--- a/util-src/encodings.c	Wed Nov 26 22:18:26 2008 +0000
+++ b/util-src/encodings.c	Wed Nov 26 22:45:33 2008 +0000
@@ -199,7 +199,7 @@
 	{ NULL,		NULL	}
 };
 
-LUALIB_API int luaopen_encodings(lua_State *L)
+LUALIB_API int luaopen_util_encodings(lua_State *L)
 {
 	luaL_register(L, "encodings", Reg);