diff options
author | midipix <writeonce@midipix.org> | 2016-01-01 22:05:54 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-01-01 22:05:54 -0500 |
commit | 8805b22d47ba930f6cd5d0aeaeebbb6d089b9eea (patch) | |
tree | 5f38aaf5931888354db28b2f4daa4225d4eeaf4b /src/internal | |
parent | 3bc17b2c279cae98da98c106fe9e203e836ce3e3 (diff) | |
download | sofort-8805b22d47ba930f6cd5d0aeaeebbb6d089b9eea.tar.bz2 sofort-8805b22d47ba930f6cd5d0aeaeebbb6d089b9eea.tar.xz |
fix names of header-encapsulation macros.
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/sofort_driver_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <stdint.h> #include <stdio.h> |