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
 
@@ -678,6 +678,7 @@ static void MoveToNextNewsItem()
 
				ShowNewspaper(ni);
 
				break;
 
		}
 
		return;
 
	}
 
}
 

	
0 comments (0 inline, 0 general)