From 01cffe202e0899cfd88c6e24dc18544b32855efb Mon Sep 17 00:00:00 2001 From: David Capello Date: Mon, 4 May 2015 19:03:50 -0300 Subject: [PATCH] Fix comment in app/tools/controller.h's include guard --- src/app/tools/controller.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/tools/controller.h b/src/app/tools/controller.h index 8343a0096..54417f0ac 100644 --- a/src/app/tools/controller.h +++ b/src/app/tools/controller.h @@ -55,4 +55,4 @@ namespace app { } // namespace tools } // namespace app -#endif // TOOLS_TOOL_INK_H_INCLUDED +#endif // APP_TOOLS_CONTROLLER_H_INCLUDED