mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Library: bugfix a 'switch case' that had no 'break'
This commit is contained in:
parent
0453bf126a
commit
ebcb52bf16
@ -189,6 +189,7 @@ void ComicVineDialog::goBack()
|
||||
showSearchVolume();
|
||||
else
|
||||
showSearchSingleComic();
|
||||
break;
|
||||
default:
|
||||
if(mode == Volume)
|
||||
showSearchVolume();
|
||||
|
Loading…
Reference in New Issue
Block a user