summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-02-29 13:37:15 +0100
committerThomas Haller <thaller@redhat.com>2016-02-29 13:38:14 +0100
commit5805683efcf19bba130d0849f0982529c4f93852 (patch)
tree7c081eb64943db63df97e378da76d9fd1ce2344b
parent547980d2e403e34b49aaa39316d0d2d28fdc67a0 (diff)
downloadNetworkManager-5805683efcf19bba130d0849f0982529c4f93852.tar.gz
device: fix compile error due to typo
Fixes: 6d409653b1bc9116bfb58b074f0c61407aef1038
-rw-r--r--src/devices/nm-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c
index 6ef8b55f70..e144471512 100644
--- a/src/devices/nm-device.c
+++ b/src/devices/nm-device.c
@@ -11546,7 +11546,7 @@ nm_device_class_init (NMDeviceClass *klass)
obj_properties[PROP_FIRMWARE_VERSION] =
g_param_spec_string (NM_DEVICE_FIRMWARE_VERSION, "", "",
NULL,
-. G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY |
+ G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY |
G_PARAM_STATIC_STRINGS);
obj_properties[PROP_CAPABILITIES] =
g_param_spec_uint (NM_DEVICE_CAPABILITIES, "", "",