From feab1e8769319cd69747b662fc2738e9f2ed4666 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 21 May 2019 11:59:58 +0200 Subject: [PATCH] Forgot newline after error message. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 8d45510..7465bb7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -53,7 +53,7 @@ int main(const int argc, const char *argv[]) html_extract page = uri.get(); if (page.fulltext.empty()) { - cerr << "Error: Could not fetch page."; + cerr << "Error: Could not fetch page.\n"; return 4; } db.store({opts.uri, uri.archive(), system_clock::now(), opts.tags,