commit d9d4077f33f59df8579af2866cea73d0664e9add
Author: Tom Schwindl <[email protected]>
AuthorDate: Sun Jan 15 01:01:06 2023 +0100
Commit: Jan Klemkow <[email protected]>
CommitDate: Tue Jan 24 16:59:40 2023 +0100
slackline.h: fix typo in include guard
diff --git a/slackline.h b/slackline.h
index 5039704..d2e0334 100644
--- a/slackline.h
+++ b/slackline.h
@@ -1,5 +1,5 @@
-#ifndef SLACKLIINE_H
-#define SLACKLIINE_H
+#ifndef SLACKLINE_H
+#define SLACKLINE_H
enum esc_seq {ESC_NONE, ESC, ESC_BRACKET, ESC_BRACKET_NUM};
enum mode {SL_DEFAULT, SL_EMACS, SL_VI};