aboutsummaryrefslogtreecommitdiff
path: root/mousetsr.h
diff options
context:
space:
mode:
Diffstat (limited to 'mousetsr.h')
-rw-r--r--mousetsr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/mousetsr.h b/mousetsr.h
index a025c92..5958505 100644
--- a/mousetsr.h
+++ b/mousetsr.h
@@ -17,8 +17,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-#ifndef DOSTSR_H
-#define DOSTSR_H
+#ifndef MOUSETSR_H
+#define MOUSETSR_H
#include <stdbool.h>
#include <stdint.h>
@@ -214,4 +214,4 @@ static inline unsigned get_resident_size(void)
return FP_OFF(&resident_end);
}
-#endif
+#endif /* MOUSETSR_H */