From d74412d6f817b4185b754c9f5c4040932ec14229 Mon Sep 17 00:00:00 2001
From: Daniel Carl <danielcarl@gmx.de>
Date: Fri, 14 Feb 2020 23:17:20 +0100
Subject: [PATCH] Use old C89 comments.

---
 src/config.def.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/config.def.h b/src/config.def.h
index 3cfe23a..d76b767 100644
--- a/src/config.def.h
+++ b/src/config.def.h
@@ -27,7 +27,7 @@
 /* enable the read it later queue */
 #define FEATURE_QUEUE
 /* disable X window embedding */
-//#define FEATURE_NO_XEMBED
+/* #define FEATURE_NO_XEMBED */
 
 #ifdef FEATURE_WGET_PROGRESS_BAR
 /* chars to use for the progressbar */
-- 
2.20.1