# HG changeset patch # User Myhailo Danylenko # Date 1233575739 -7200 # Node ID 64a857d6b81b2673935218866cc2bd832c9caffe # Parent 84fdfb0344c98546ba40391ce642408b63014c83 Typo diff -r 84fdfb0344c9 -r 64a857d6b81b lm_connection.c --- a/lm_connection.c Sun Feb 01 21:28:57 2009 +0200 +++ b/lm_connection.c Mon Feb 02 13:55:39 2009 +0200 @@ -297,7 +297,7 @@ static int llm_connection_status (lua_State *L) { llm_connection_t *connection = luaL_checklm_connection (L, 1); - luaL_pushenum (L, lm_connection_get_state (connection->connection), llm_connection_state) + luaL_pushenum (L, lm_connection_get_state (connection->connection), llm_connection_state); lua_remove (L, -2); return 1; }