Forgot newline after error message.

This commit is contained in:
tastytea 2019-05-21 11:59:58 +02:00
parent 5fc28a6104
commit feab1e8769
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -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,