[epiphany] Remove stray semicolon
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Remove stray semicolon
- Date: Sun, 19 Nov 2017 20:03:07 +0000 (UTC)
commit 9b247b9949162c047789df89a2b22961731350eb
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Sun Nov 19 13:06:34 2017 -0600
Remove stray semicolon
lib/widgets/ephy-downloads-popover.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/widgets/ephy-downloads-popover.c b/lib/widgets/ephy-downloads-popover.c
index 29ca1c9..b95664f 100644
--- a/lib/widgets/ephy-downloads-popover.c
+++ b/lib/widgets/ephy-downloads-popover.c
@@ -167,7 +167,7 @@ ephy_downloads_popover_init (EphyDownloadsPopover *popover)
GtkWidget *scrolled_window;
GtkWidget *vbox, *hbox;
GList *downloads, *l;
- EphyDownloadsManager *manager = ephy_embed_shell_get_downloads_manager (ephy_embed_shell_get_default ());;
+ EphyDownloadsManager *manager = ephy_embed_shell_get_downloads_manager (ephy_embed_shell_get_default ());
vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]