typo
the build was successful Details

This commit is contained in:
tastytea 2018-08-30 01:19:33 +02:00
parent 2619e311cf
commit 105b836651
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 2 deletions

View File

@ -102,8 +102,8 @@ int main(int argc, char *argv[])
answer = masto.send_post(*rit, ret);
if (answer.to_object().isNull())
{
std::cerr << "Could not send post for unknown reasons.\n"
std::cerr << "Please file a bug at <https://schlomp.space/tastytea/mastorss/issues>.\n":
std::cerr << "Could not send post for unknown reasons.\n";
std::cerr << "Please file a bug at <https://schlomp.space/tastytea/mastorss/issues>.\n";
return 1;
}