summaryrefslogtreecommitdiff
path: root/frontends/gtk/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/gtk/gui.c')
-rw-r--r--frontends/gtk/gui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/gtk/gui.c b/frontends/gtk/gui.c
index 205c5481b..a87ef7281 100644
--- a/frontends/gtk/gui.c
+++ b/frontends/gtk/gui.c
@@ -258,10 +258,10 @@ static nserror set_defaults(struct nsoption_s *defaults)
*/
static nserror nsgtk_add_named_icons_to_theme(void)
{
- #if GTK_CHECK_VERSION(3,14,0)
+#if GTK_CHECK_VERSION(3,14,0)
gtk_icon_theme_add_resource_path(gtk_icon_theme_get_default(),
"/org/netsurf/icons");
- #else
+#else
GdkPixbuf *pixbuf;
nserror res;