Library: bugfix a 'switch case' that had no 'break'

This commit is contained in:
François Gannaz 2019-04-01 11:14:44 +02:00
parent 0453bf126a
commit ebcb52bf16

View File

@ -189,6 +189,7 @@ void ComicVineDialog::goBack()
showSearchVolume(); showSearchVolume();
else else
showSearchSingleComic(); showSearchSingleComic();
break;
default: default:
if(mode == Volume) if(mode == Volume)
showSearchVolume(); showSearchVolume();