diff options
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report.h b/src/report.h index 2c3b322d..63a3d81f 100644 --- a/src/report.h +++ b/src/report.h @@ -129,7 +129,7 @@ public: value_t fn_print_balance(call_scope_t& scope); value_t fn_strip(call_scope_t& scope); value_t fn_truncate(call_scope_t& scope); - value_t fn_escape(call_scope_t& scope); + value_t fn_quoted(call_scope_t& scope); value_t fn_join(call_scope_t& scope); value_t fn_options(call_scope_t& scope) { |