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();
|
showSearchVolume();
|
||||||
else
|
else
|
||||||
showSearchSingleComic();
|
showSearchSingleComic();
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
if(mode == Volume)
|
if(mode == Volume)
|
||||||
showSearchVolume();
|
showSearchVolume();
|
||||||
|
Loading…
Reference in New Issue
Block a user