]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
rfkill: consistently use = in designator
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Sun, 11 Oct 2015 12:08:28 +0000 (14:08 +0200)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Sun, 11 Oct 2015 17:40:54 +0000 (19:40 +0200)
src/rfkill/rfkill.c

index d8a2f3694eaae2a649c8a21c675ef6d78a7bd0a2..72c9eb44465100a18b14b5949ee0bb3fe5544d2f 100644 (file)
@@ -40,8 +40,8 @@ static const char* const rfkill_type_table[NUM_RFKILL_TYPES] = {
         [RFKILL_TYPE_WIMAX] = "wimax",
         [RFKILL_TYPE_WWAN] = "wwan",
         [RFKILL_TYPE_GPS] = "gps",
-        [RFKILL_TYPE_FM] "fm",
-        [RFKILL_TYPE_NFC] "nfc",
+        [RFKILL_TYPE_FM] "fm",
+        [RFKILL_TYPE_NFC] "nfc",
 };
 
 DEFINE_PRIVATE_STRING_TABLE_LOOKUP_TO_STRING(rfkill_type, int);