From 3873f5fd9bd366c645eb221d0e75c0deaa2de24c Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 12 Aug 2018 14:07:22 -0400 Subject: Protect headers with compliant identifiers (fixes #233) --- libqpdf/sph/sph_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libqpdf/sph/sph_types.h') diff --git a/libqpdf/sph/sph_types.h b/libqpdf/sph/sph_types.h index eab09a26..f434d8bb 100644 --- a/libqpdf/sph/sph_types.h +++ b/libqpdf/sph/sph_types.h @@ -44,8 +44,8 @@ * @author Thomas Pornin */ -#ifndef SPH_TYPES_H__ -#define SPH_TYPES_H__ +#ifndef SPH_TYPES_H +#define SPH_TYPES_H #include -- cgit v1.2.3-54-g00ecf