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; }