[gnome-bluetooth/wip/jtojnar/label] lib: Fix syntax error




commit 7b7e324cf29a06be6d17585514cf353fb66558cb
Author: Jan Tojnar <jtojnar gmail com>
Date:   Thu Feb 17 02:35:44 2022 +0000

    lib: Fix syntax error
    
    I am getting `error: label at end of compound statement`.

 lib/bluetooth-utils.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/lib/bluetooth-utils.c b/lib/bluetooth-utils.c
index aafbbf08..4de78d57 100644
--- a/lib/bluetooth-utils.c
+++ b/lib/bluetooth-utils.c
@@ -95,6 +95,7 @@ bluetooth_type_to_string (BluetoothType type)
                return _("Speakers");
        default:
                /* fallthrough */
+               break;
        }
 
        return _("Unknown");


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]