aboutsummaryrefslogtreecommitdiff
path: root/src/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/io.c')
-rw-r--r--src/io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io.c b/src/io.c
index 06fa535..d86283d 100644
--- a/src/io.c
+++ b/src/io.c
@@ -137,7 +137,7 @@ void i_pprint(lua_State* L, int indent, int skip_indent){
break;
case LUA_TFUNCTION:
if(!skip_indent) print_indentation(indent);
- printf(color_yellow"(%p)"color_reset, lua_topointer(L, -1));
+ printf(color_yellow"(fn,%p)"color_reset, lua_topointer(L, -1));
break;
case LUA_TUSERDATA:
if(!skip_indent) print_indentation(indent);