From 2b0094f29c97602d22cd3fa1542f2422e21ada01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Mon, 29 May 2017 22:07:52 +0200 Subject: [PATCH] Fix guard macro name. --- left/src/slave_protocol_handler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/left/src/slave_protocol_handler.h b/left/src/slave_protocol_handler.h index 3478b87..fecadb3 100644 --- a/left/src/slave_protocol_handler.h +++ b/left/src/slave_protocol_handler.h @@ -1,5 +1,5 @@ -#ifndef __SLAVE_PROTOCOL_HANDLER__ -#define __SLAVE_PROTOCOL_HANDLER__ +#ifndef __SLAVE_PROTOCOL_HANDLER_H__ +#define __SLAVE_PROTOCOL_HANDLER_H__ // Includes: