ui/common/ucx_properties.c

changeset 102
64ded9f6a6c6
parent 49
2f71f4ee247a
--- a/ui/common/ucx_properties.c	Mon Jan 06 22:22:55 2025 +0100
+++ b/ui/common/ucx_properties.c	Tue Feb 25 21:11:00 2025 +0100
@@ -240,7 +240,7 @@
 }
 
 int ucx_properties_store(CxMap *map, FILE *file) {
-    CxIterator iter = cxMapIterator(map);
+    CxMapIterator iter = cxMapIterator(map);
     cxstring value;
     size_t written;
 

mercurial