From 226c9fe923f55c63e1754a07a8224a32a9924e9d Mon Sep 17 00:00:00 2001 From: Tomas Jakobsson Date: Wed, 1 Nov 2017 14:09:38 +0100 Subject: [PATCH] Fix #endif comment --- es-core/src/guis/GuiDetectDevice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es-core/src/guis/GuiDetectDevice.h b/es-core/src/guis/GuiDetectDevice.h index cd77ecd80..a9150bff2 100644 --- a/es-core/src/guis/GuiDetectDevice.h +++ b/es-core/src/guis/GuiDetectDevice.h @@ -34,4 +34,4 @@ private: std::function mDoneCallback; }; -#endif ES_CORE_GUIS_GUI_DETECT_DEVICE_H +#endif // ES_CORE_GUIS_GUI_DETECT_DEVICE_H