mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Library: bugfix a 'switch case' that had no 'break'
This commit is contained in:
@ -189,6 +189,7 @@ void ComicVineDialog::goBack()
|
||||
showSearchVolume();
|
||||
else
|
||||
showSearchSingleComic();
|
||||
break;
|
||||
default:
|
||||
if(mode == Volume)
|
||||
showSearchVolume();
|
||||
|
Reference in New Issue
Block a user