Skip to content

Commit 8fc38f3

Browse files
author
falkTX
committed
Fix header guard
1 parent 20bc92f commit 8fc38f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hylia.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
* along with Hylia. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717

18-
#ifndef MOD_LINK_H_INCLUDED
19-
#define MOD_LINK_H_INCLUDED
18+
#ifndef HYLIA_H_INCLUDED
19+
#define HYLIA_H_INCLUDED
2020

2121
#include <stdint.h>
2222

@@ -44,4 +44,4 @@ void hylia_cleanup(hylia_t* link);
4444
}
4545
#endif
4646

47-
#endif // MOD_LINK_H_INCLUDED
47+
#endif // HYLIA_H_INCLUDED

0 commit comments

Comments
 (0)