src/properties.c

changeset 1193
cfa44f3f5e3b
parent 1180
4c3a69b9723a
--- a/src/properties.c	Tue Feb 11 21:05:24 2025 +0100
+++ b/src/properties.c	Tue Feb 11 21:19:20 2025 +0100
@@ -32,10 +32,10 @@
 
 const CxPropertiesConfig cx_properties_config_default = {
         '=',
-        //'\\',
         '#',
         '\0',
-        '\0'
+        '\0',
+    '\\',
 };
 
 void cxPropertiesInit(

mercurial