summaryrefslogtreecommitdiff
path: root/report.cc
diff options
context:
space:
mode:
Diffstat (limited to 'report.cc')
-rw-r--r--report.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/report.cc b/report.cc
index 8d2776e4..cca3a4b2 100644
--- a/report.cc
+++ b/report.cc
@@ -73,7 +73,7 @@ value_t report_t::abbrev(expr::call_scope_t& args)
return value_t(abbreviate(str, wid, style, true,
static_cast<int>(abbrev_len)), true);
#else
- return value_t();
+ return NULL_VALUE;
#endif
}