From 6eff2522c8cdb402abd54fd679309abb49136658 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 13 Mar 2017 22:04:38 +0000 Subject: add urldb tests for content type setting --- include/netsurf/content_type.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/netsurf/content_type.h b/include/netsurf/content_type.h index b3d574309..ef654cd70 100644 --- a/include/netsurf/content_type.h +++ b/include/netsurf/content_type.h @@ -23,8 +23,8 @@ * The content enumerations are defined here. */ -#ifndef _NETSURF_CONTENT_TYPE_H_ -#define _NETSURF_CONTENT_TYPE_H_ +#ifndef NETSURF_CONTENT_TYPE_H +#define NETSURF_CONTENT_TYPE_H /** Debugging dump operations */ enum content_debug { -- cgit v1.2.3