Skip to content
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.

Commit

Permalink
fix compiler warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
akrennmair committed Feb 17, 2015
1 parent 1da31ac commit 2b1a445
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rss.cpp
Expand Up @@ -616,6 +616,7 @@ std::string rss_feed::get_status() {
case DURING_DOWNLOAD: return ".";
case DL_ERROR: return "x";
}
return "?";
}

void rss_feed::unload() {
Expand Down

0 comments on commit 2b1a445

Please sign in to comment.