about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/teliva.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/teliva.c b/src/teliva.c
index 777648b..a1a684c 100644
--- a/src/teliva.c
+++ b/src/teliva.c
@@ -272,7 +272,7 @@ void assign_call_graph_depth_to_name(lua_State* L, int depth, const char* name)
     lua_setfield(L, cgt, name);
   }
   // clean up
-  lua_pop(L, 1);  // key
+  lua_pop(L, 1);  // value
   lua_pop(L, 1);  // table
 }