From 107d315bbd11fdf8a4e259a36df59830021e98e2 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 13 Oct 2017 03:05:22 -0400 Subject: src/home-button.h: Fix include guard --- (limited to 'src') diff --git a/src/home-button.h b/src/home-button.h index b7356e0..9fb7fc8 100644 --- a/src/home-button.h +++ b/src/home-button.h @@ -22,8 +22,8 @@ typedef struct _MqHomeButton MqHomeButton; typedef struct _MqHomeButtonClass MqHomeButtonClass; -#ifndef MQ_STOP_HOME_BUTTON_H -#define MQ_STOP_HOME_BUTTON_H +#ifndef MQ_HOME_BUTTON_H +#define MQ_HOME_BUTTON_H #include @@ -52,4 +52,4 @@ mq_home_button_new(MqConfig *config, MqWebView *web_view); G_END_DECLS -#endif /* MQ_STOP_HOME_BUTTON_H */ +#endif /* MQ_HOME_BUTTON_H */ -- cgit v0.9.1