1
0
Fork 0

Fix #7737, afbf6a5: missing return

pull/7746/head
Johannes E. Krause 2019-09-12 21:46:48 +02:00 committed by Michael Lutz
parent 2ed88d6898
commit 1978b9122b
1 changed files with 1 additions and 0 deletions

View File

@ -678,6 +678,7 @@ static void MoveToNextNewsItem()
ShowNewspaper(ni); ShowNewspaper(ni);
break; break;
} }
return;
} }
} }