From 9bf703d46a79fbffeb829246ea5ce385bddc4166 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 30 Nov 2019 19:44:38 +0100 Subject: patch 8.1.2366: using old C style comments Problem: Using old C style comments. Solution: Use // comments where appropriate. --- src/gui_x11_pm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui_x11_pm.h') diff --git a/src/gui_x11_pm.h b/src/gui_x11_pm.h index 24cd2cae8..e327bdbd8 100644 --- a/src/gui_x11_pm.h +++ b/src/gui_x11_pm.h @@ -84,7 +84,7 @@ static char **(built_in_pixmaps[]) = tb_exit_xpm }; -/* Indices for named colors */ +// Indices for named colors #define BACKGROUND 0 #define FOREGROUND 1 #define BOTTOM_SHADOW 2 -- cgit v1.2.1