diff options
Diffstat (limited to 'src/utils/html.h')
-rw-r--r-- | src/utils/html.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/utils/html.h b/src/utils/html.h index 92fe2ea..e8b9c16 100644 --- a/src/utils/html.h +++ b/src/utils/html.h @@ -19,8 +19,8 @@ * along with Marquee. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef MQ_HTML_H -#define MQ_HTML_H +#ifndef MQ_UTILS_HTML_H +#define MQ_UTILS_HTML_H #include <glib.h> @@ -85,4 +85,4 @@ mq_html_input_select(const gchar *name, const gchar *label, gchar * mq_html_input_iframe(const gchar *src); -#endif +#endif /* MQ_UTILS_HTML_H */ |