summaryrefslogtreecommitdiff
path: root/decoder/decoder.cc
diff options
context:
space:
mode:
authorChris Dyer <redpony@gmail.com>2014-10-12 23:53:03 -0400
committerChris Dyer <redpony@gmail.com>2014-10-12 23:53:03 -0400
commitf974c887c357adf3703fc1072a391e016d3d05ed (patch)
tree961ccaf547da700270e16e7a8929bf8a4d0c1ca2 /decoder/decoder.cc
parent8e235d98e01443fbd38a5c4fec004486775b2a71 (diff)
banner style
Diffstat (limited to 'decoder/decoder.cc')
-rw-r--r--decoder/decoder.cc2
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) {