Fix #7737, afbf6a5: missing return

This commit is contained in:
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);
break;
}
return;
}
}