# HG changeset patch # User Johannes E. Krause # Date 2019-09-12 19:46:48 # Node ID 672914c043495077246be914c88a3fbbbe59f945 # Parent 455a906e218d66acff22681ca4721890d94dfd2c Fix #7737, afbf6a5: missing return diff --git a/src/news_gui.cpp b/src/news_gui.cpp --- a/src/news_gui.cpp +++ b/src/news_gui.cpp @@ -678,6 +678,7 @@ static void MoveToNextNewsItem() ShowNewspaper(ni); break; } + return; } }