mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-01 23:30:13 +01:00
libnm: add trailing comma after NM_UTILS_FLAGS2STR_DEFINE(nm_bluetooth_capability_to_string)
This commit is contained in:
parent
2a021f2d26
commit
81aebda558
1 changed files with 1 additions and 1 deletions
|
|
@ -5739,7 +5739,7 @@ NM_UTILS_FLAGS2STR_DEFINE(nm_bluetooth_capability_to_string,
|
|||
NMBluetoothCapabilities,
|
||||
NM_UTILS_FLAGS2STR(NM_BT_CAPABILITY_NONE, "NONE"),
|
||||
NM_UTILS_FLAGS2STR(NM_BT_CAPABILITY_DUN, "DUN"),
|
||||
NM_UTILS_FLAGS2STR(NM_BT_CAPABILITY_NAP, "NAP"), )
|
||||
NM_UTILS_FLAGS2STR(NM_BT_CAPABILITY_NAP, "NAP"), );
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue