From ebcb52bf166c415e978255bf50a02b9458112e70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Gannaz?= Date: Mon, 1 Apr 2019 11:14:44 +0200 Subject: [PATCH] Library: bugfix a 'switch case' that had no 'break' --- YACReaderLibrary/comic_vine/comic_vine_dialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/YACReaderLibrary/comic_vine/comic_vine_dialog.cpp b/YACReaderLibrary/comic_vine/comic_vine_dialog.cpp index e0258874..382c5fe6 100644 --- a/YACReaderLibrary/comic_vine/comic_vine_dialog.cpp +++ b/YACReaderLibrary/comic_vine/comic_vine_dialog.cpp @@ -189,6 +189,7 @@ void ComicVineDialog::goBack() showSearchVolume(); else showSearchSingleComic(); + break; default: if(mode == Volume) showSearchVolume();