summaryrefslogtreecommitdiff
path: root/libformat/libformat/format.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libformat/libformat/format.cxx')
-rw-r--r--libformat/libformat/format.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/libformat/libformat/format.cxx b/libformat/libformat/format.cxx
index 493f13c..de8a782 100644
--- a/libformat/libformat/format.cxx
+++ b/libformat/libformat/format.cxx
@@ -1,5 +1,3 @@
-// file: libformat/format.cxx -*- C++ -*-
-
#include <libformat/format.hxx>
#include <cctype> // to{upper,lower}()
@@ -10,7 +8,7 @@ using namespace std;
namespace format
{
string
- message (const string& g, const string& n, volume v)
+ format_hello (const string& g, const string& n, volume v)
{
string r (g);