From 105b836651f19c417323301b8cde9ced01ce512b Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 30 Aug 2018 01:19:33 +0200 Subject: [PATCH] typo --- src/mastorss.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mastorss.cpp b/src/mastorss.cpp index 7230888..365f38a 100644 --- a/src/mastorss.cpp +++ b/src/mastorss.cpp @@ -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 .\n": + std::cerr << "Could not send post for unknown reasons.\n"; + std::cerr << "Please file a bug at .\n"; return 1; }