typos; refs #27

This commit is contained in:
Marc Wäckerlin
2013-10-02 14:00:43 +00:00
parent 0bcef00d34
commit 79a5a9302e

View File

@@ -91,7 +91,7 @@ int main(int argc, char** argv) try {
id); id);
if (keys.size()!=1) { if (keys.size()!=1) {
std::cerr<<"**** ERROR: No private key: "<<keys.size()<<std::endl; std::cerr<<"**** ERROR: No private key: "<<keys.size()<<std::endl;
return; return 1;
} }
std::cout<<"Signing ..."<<std::endl; std::cout<<"Signing ..."<<std::endl;
#ifndef MRW__OLD_PRE11_COMPILER #ifndef MRW__OLD_PRE11_COMPILER