From 34c561894bfedab242876fea249ab8596a61e8a4 Mon Sep 17 00:00:00 2001 From: rbuj Date: Sat, 20 Jun 2020 14:56:13 +0200 Subject: Avoid using single-line cpp comments --- mate-panel/xstuff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mate-panel/xstuff.h') diff --git a/mate-panel/xstuff.h b/mate-panel/xstuff.h index 65899778..385b7a31 100644 --- a/mate-panel/xstuff.h +++ b/mate-panel/xstuff.h @@ -1,7 +1,7 @@ #ifndef __XSTUFF_H__ #define __XSTUFF_H__ -#ifdef PACKAGE_NAME // only check HAVE_X11 if config.h has been included +#ifdef PACKAGE_NAME /* only check HAVE_X11 if config.h has been included */ #ifndef HAVE_X11 #error file should only be included when HAVE_X11 is enabled #endif -- cgit v1.2.1