typos; refs #27
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user