From 8bdf070ff046f482f6eb5e2b15ebc216f5d1e3da Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 12 Feb 2025 13:46:50 +0100 Subject: New upstream version 1.51.90 --- src/libnm-core-impl/nm-utils-private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libnm-core-impl/nm-utils-private.h') diff --git a/src/libnm-core-impl/nm-utils-private.h b/src/libnm-core-impl/nm-utils-private.h index 1521c0f9..da442511 100644 --- a/src/libnm-core-impl/nm-utils-private.h +++ b/src/libnm-core-impl/nm-utils-private.h @@ -14,7 +14,7 @@ #include "nm-setting-ip-config.h" #define NM_VARIANT_ATTRIBUTE_SPEC_DEFINE(_name, _type, ...) \ - (&((const NMVariantAttributeSpec){.name = _name, .type = _type, __VA_ARGS__})) + (&((const NMVariantAttributeSpec) {.name = _name, .type = _type, __VA_ARGS__})) gboolean _nm_utils_string_slist_validate(GSList *list, const char **valid_values); -- cgit 1.3.0-6-gf8a5