Added missing endline
This commit is contained in:
parent
26a8ca7fe9
commit
ea661f7d44
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ int main(int argc, char** argv)
|
|||
|
||||
reply.waitForFinished();
|
||||
} else {
|
||||
QTextStream(stderr) << i18n("error: should specify the SMS's recipient by passing --destination <phone number>");
|
||||
QTextStream(stderr) << i18n("error: should specify the SMS's recipient by passing --destination <phone number>") << endl;
|
||||
return 1;
|
||||
}
|
||||
} else if(parser.isSet(QStringLiteral("ring"))) {
|
||||
|
|
Loading…
Reference in a new issue