diff options
Diffstat (limited to 'src/quotes.cc')
-rw-r--r-- | src/quotes.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/quotes.cc b/src/quotes.cc index c38beafd..d5dbd4fe 100644 --- a/src/quotes.cc +++ b/src/quotes.cc @@ -111,6 +111,7 @@ quotes_by_script::operator()(commodity_t& commodity, "Failed to download price for '" << commodity.symbol() << "' (command: \"getquote " << commodity.base_symbol() << "\")"); } + return optional<amount_t>(); } } // namespace ledger |