[epiphany] download: Add missing parens



commit 5ae81acb7b80b422909e702d6ff45fac8019e274
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Sat Feb 27 12:25:40 2016 -0600

    download: Add missing parens

 embed/ephy-download.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/embed/ephy-download.h b/embed/ephy-download.h
index 8958d07..6cda010 100644
--- a/embed/ephy-download.h
+++ b/embed/ephy-download.h
@@ -28,7 +28,7 @@
 
 G_BEGIN_DECLS
 
-#define EPHY_TYPE_DOWNLOAD ephy_download_get_type ()
+#define EPHY_TYPE_DOWNLOAD (ephy_download_get_type ())
 
 G_DECLARE_FINAL_TYPE (EphyDownload, ephy_download, EPHY, DOWNLOAD, GObject)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]