diff options
Diffstat (limited to 'src/linda.c')
-rw-r--r-- | src/linda.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/linda.c b/src/linda.c index 8b59790..eac6458 100644 --- a/src/linda.c +++ b/src/linda.c | |||
@@ -816,7 +816,7 @@ static void* linda_id( lua_State* L, DeepOp op_) | |||
816 | case eDO_delete: | 816 | case eDO_delete: |
817 | { | 817 | { |
818 | Keeper* K; | 818 | Keeper* K; |
819 | struct s_Linda* linda = lua_touserdata( L, 1); | 819 | struct s_Linda* linda = (struct s_Linda*) lua_touserdata( L, 1); |
820 | ASSERT_L( linda); | 820 | ASSERT_L( linda); |
821 | 821 | ||
822 | // Clean associated structures in the keeper state. | 822 | // Clean associated structures in the keeper state. |