From 6b23ba2248645605fab6b13e8bef5f406d6aa3c3 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 27 Jun 2018 11:03:51 -0400 Subject: library interfaces: api headers: fix oversight typos. --- include/slibtool/slibtool.h | 4 ++-- include/slibtool/slibtool_api.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index 54b3e4d..30024f4 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -1,5 +1,5 @@ -#ifndef SOFORT_H -#define SOFORT_H +#ifndef SLIBTOOL_H +#define SLIBTOOL_H #include #include diff --git a/include/slibtool/slibtool_api.h b/include/slibtool/slibtool_api.h index 17e3d87..80f4dd3 100644 --- a/include/slibtool/slibtool_api.h +++ b/include/slibtool/slibtool_api.h @@ -1,5 +1,5 @@ -#ifndef SOFORT_API_H -#define SOFORT_API_H +#ifndef SLIBTOOL_API_H +#define SLIBTOOL_API_H #include -- cgit v1.2.3