client: missing break

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-07-01 19:49:35 +02:00
parent 7e95166629
commit 3f5b80c39d
1 changed files with 1 additions and 0 deletions

View File

@ -1446,6 +1446,7 @@ luaA_client_index(lua_State *L)
break;
case A_TK_ICON_PATH:
lua_pushstring(L, (*c)->icon_path);
break;
default:
break;
}