From 9f09fbe01a705f451cd828d94afa3bb081e733b7 Mon Sep 17 00:00:00 2001 From: David Capello Date: Mon, 20 Jul 2020 16:25:04 -0300 Subject: [PATCH] Minor change in color_bar.cpp --- src/app/ui/color_bar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/ui/color_bar.cpp b/src/app/ui/color_bar.cpp index 8008a59bc..cf84e4b57 100644 --- a/src/app/ui/color_bar.cpp +++ b/src/app/ui/color_bar.cpp @@ -5,7 +5,7 @@ // This program is distributed under the terms of // the End-User License Agreement for Aseprite. -#define COLOR_BAR_TRACE(...) // TRACE +#define COLOR_BAR_TRACE(...) // TRACE(__VA_ARGS__) #ifdef HAVE_CONFIG_H #include "config.h"