Typo
authorMyhailo Danylenko <isbear@ukrpost.net>
Mon, 02 Feb 2009 13:55:39 +0200
changeset 1 64a857d6b81b
parent 0 84fdfb0344c9
child 2 34b6fedde9eb
Typo
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;
 }