Added missing endline

This commit is contained in:
Marco Rubin 2021-02-05 18:09:56 +00:00
parent 26a8ca7fe9
commit ea661f7d44

View file

@ -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"))) {