diff options
Diffstat (limited to 'src/account.cc')
-rw-r--r-- | src/account.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/account.cc b/src/account.cc index fd1bf2e5..109089fc 100644 --- a/src/account.cc +++ b/src/account.cc @@ -217,7 +217,7 @@ expr_t::ptr_op_t account_t::lookup(const string& name) break; } - return expr_t::ptr_op_t(); + return NULL; } bool account_t::valid() const |