From 972febf360c054a74b8d3253131f80f98a4621fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Thu, 15 Jun 2017 18:10:09 +0200 Subject: [PATCH] Fix the names of preprocessor guards according to the renamed filenames. --- right/src/config/config_state.h | 4 ++-- right/src/config/parse_keymap.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/right/src/config/config_state.h b/right/src/config/config_state.h index 4cdb47c..74f7fa1 100644 --- a/right/src/config/config_state.h +++ b/right/src/config/config_state.h @@ -1,5 +1,5 @@ -#ifndef __CONFIG_BUFFER_H__ -#define __CONFIG_BUFFER_H__ +#ifndef __CONFIG_STATE_H__ +#define __CONFIG_STATE_H__ // Includes: diff --git a/right/src/config/parse_keymap.h b/right/src/config/parse_keymap.h index 0dd3963..3453819 100644 --- a/right/src/config/parse_keymap.h +++ b/right/src/config/parse_keymap.h @@ -1,5 +1,5 @@ -#ifndef __DESERIALIZE_H__ -#define __DESERIALIZE_H__ +#ifndef __PARSE_KEYMAP_H__ +#define __PARSE_KEYMAP_H__ #include