From 8805b22d47ba930f6cd5d0aeaeebbb6d089b9eea Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 1 Jan 2016 22:05:54 -0500 Subject: fix names of header-encapsulation macros. --- include/sofort/sofort.h | 4 ++-- include/sofort/sofort_api.h | 4 ++-- src/internal/sofort_driver_impl.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/sofort/sofort.h b/include/sofort/sofort.h index a8373a1..abf80e2 100644 --- a/include/sofort/sofort.h +++ b/include/sofort/sofort.h @@ -1,5 +1,5 @@ -#ifndef SFRT_H -#define SFRT_H +#ifndef SOFORT_H +#define SOFORT_H #include #include diff --git a/include/sofort/sofort_api.h b/include/sofort/sofort_api.h index 5f0b2d9..26659fd 100644 --- a/include/sofort/sofort_api.h +++ b/include/sofort/sofort_api.h @@ -1,5 +1,5 @@ -#ifndef SFRT_API_H -#define SFRT_API_H +#ifndef SOFORT_API_H +#define SOFORT_API_H #include diff --git a/src/internal/sofort_driver_impl.h b/src/internal/sofort_driver_impl.h index b901629..d9aa364 100644 --- a/src/internal/sofort_driver_impl.h +++ b/src/internal/sofort_driver_impl.h @@ -1,5 +1,5 @@ -#ifndef SFRT_DRIVER_IMPL_H -#define SFRT_DRIVER_IMPL_H +#ifndef SOFORT_DRIVER_IMPL_H +#define SOFORT_DRIVER_IMPL_H #include #include -- cgit v1.2.3