aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/sph/sph_types.h
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-08-12 20:07:22 +0200
committerJay Berkenbilt <ejb@ql.org>2018-08-12 20:10:32 +0200
commit3873f5fd9bd366c645eb221d0e75c0deaa2de24c (patch)
treefddebc65fed3f2492152e87da60e98f7bec644df /libqpdf/sph/sph_types.h
parent932799baab58df23cc1899720fd4637c4360d195 (diff)
downloadqpdf-3873f5fd9bd366c645eb221d0e75c0deaa2de24c.tar.zst
Protect headers with compliant identifiers (fixes #233)
Diffstat (limited to 'libqpdf/sph/sph_types.h')
-rw-r--r--libqpdf/sph/sph_types.h4
1 files changed, 2 insertions, 2 deletions
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 <thomas.pornin@cryptolog.com>
*/
-#ifndef SPH_TYPES_H__
-#define SPH_TYPES_H__
+#ifndef SPH_TYPES_H
+#define SPH_TYPES_H
#include <limits.h>