src/properties.c

changeset 1603
ffea41207599
parent 1601
e47078681a6f
--- a/src/properties.c	Sun Dec 14 15:45:01 2025 +0100
+++ b/src/properties.c	Sun Dec 14 16:15:57 2025 +0100
@@ -312,8 +312,8 @@
 #endif
 const unsigned cx_properties_load_buf_size = CX_PROPERTIES_LOAD_BUF_SIZE;
 
-CxPropertiesStatus cx_properties_load(CxPropertiesConfig config,
-        const CxAllocator *allocator, cxstring filename, CxMap *target) {
+CxPropertiesStatus cx_properties_load(const CxAllocator *allocator,
+                                      cxstring filename, CxMap *target, CxPropertiesConfig config) {
     if (allocator == NULL) {
         allocator = cxDefaultAllocator;
     }

mercurial