summaryrefslogtreecommitdiff
path: root/libformat/libformat/format.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-04 15:35:08 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-04 15:35:08 +0200
commit8728018f93a73b08a68ab1cea502a5f6b4a2a79e (patch)
tree9e70e77ce7d1c31cce8f1b29103e2dfdb7583603 /libformat/libformat/format.cxx
parentf26b449f825c0641328597b48cacf0d827a63147 (diff)
Regenerate libformat using bdep-new
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);