diff options
author | midipix <writeonce@midipix.org> | 2018-06-27 11:04:19 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-06-27 11:04:19 -0400 |
commit | 582d19336618485031850e9f0345b4b54ecdc844 (patch) | |
tree | ab7ee1a9f40a6d7030a492197cede472585e79de | |
parent | 6b23ba2248645605fab6b13e8bef5f406d6aa3c3 (diff) | |
download | slibtool-582d19336618485031850e9f0345b4b54ecdc844.tar.bz2 slibtool-582d19336618485031850e9f0345b4b54ecdc844.tar.xz |
internal headers: fix oversight typos.
-rw-r--r-- | src/internal/slibtool_driver_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h index ef67bb8..54a5f05 100644 --- a/src/internal/slibtool_driver_impl.h +++ b/src/internal/slibtool_driver_impl.h @@ -1,5 +1,5 @@ -#ifndef SOFORT_DRIVER_IMPL_H -#define SOFORT_DRIVER_IMPL_H +#ifndef SLIBTOOL_DRIVER_IMPL_H +#define SLIBTOOL_DRIVER_IMPL_H #include <stdint.h> #include <stdio.h> |