diff -r 7b3a3130be44 -r 64ded9f6a6c6 ui/common/ucx_properties.c --- 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;