emergency-call-types: Make hash table static
This is only meant to be used from this compilation unit Signed-off-by: Guido Günther <agx@sigxcpu.org> Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/790>
This commit is contained in:
@@ -30,7 +30,7 @@ typedef struct {
|
||||
CallsEmergencyNumber numbers[3];
|
||||
} CallsEmergencyNumberTypes;
|
||||
|
||||
GHashTable *by_mcc;
|
||||
static GHashTable *by_mcc;
|
||||
|
||||
CallsEmergencyNumberTypes emergency_number_types[] = {
|
||||
{ "AT",
|
||||
|
||||
Reference in New Issue
Block a user