Changeset - r23827:672914c04349
[Not reviewed]
master
0 1 0
Johannes E. Krause - 5 years ago 2019-09-12 19:46:48
j.k@eclipso.de
Fix #7737, afbf6a5: missing return
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/news_gui.cpp
Show inline comments
 
@@ -675,12 +675,13 @@ static void MoveToNextNewsItem()
 
				continue;
 

	
 
			case ND_FULL: // Full - show newspaper
 
				ShowNewspaper(ni);
 
				break;
 
		}
 
		return;
 
	}
 
}
 

	
 
/**
 
 * Add a new newsitem to be shown.
 
 * @param string String to display
0 comments (0 inline, 0 general)