From 598dba9d17838e92f89bcd3ec78c69cc4ce50044 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 6 Feb 2008 21:49:14 +0000 Subject: minor cleanups --- src/core/func.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/func.cc') diff --git a/src/core/func.cc b/src/core/func.cc index 064f77d..02e7f7d 100644 --- a/src/core/func.cc +++ b/src/core/func.cc @@ -43,11 +43,11 @@ Func find(const std::string &functionname) void list() { - con_print << "Registered functions:" << std::endl; std::map::iterator it; for (it = registry.begin(); it != registry.end(); it++) { con_print << " " << (*it).first << std::endl; } + con_print << registry.size() << " registered functions." << std::endl; } } // namespace func -- cgit v1.2.3