diff options
author | Chris Dyer <redpony@gmail.com> | 2014-10-12 23:53:03 -0400 |
---|---|---|
committer | Chris Dyer <redpony@gmail.com> | 2014-10-12 23:53:03 -0400 |
commit | f974c887c357adf3703fc1072a391e016d3d05ed (patch) | |
tree | 961ccaf547da700270e16e7a8929bf8a4d0c1ca2 | |
parent | 8e235d98e01443fbd38a5c4fec004486775b2a71 (diff) |
banner style
-rw-r--r-- | decoder/decoder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/decoder.cc b/decoder/decoder.cc index c384c33f..9e8d692a 100644 --- a/decoder/decoder.cc +++ b/decoder/decoder.cc @@ -86,7 +86,7 @@ struct ELengthWeightFunction { } }; inline void ShowBanner() { - cerr << "cdec (c) 2009--2014 by Chris Dyer\n"; + cerr << "cdec (c) 2009--2014 by Chris Dyer" << endl; } inline string str(char const* name,po::variables_map const& conf) { |