1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-30 15:49:31 +00:00

call: Get rid of unnecessary cast to int

This commit is contained in:
Evangelos Ribeiro Tzaras 2021-11-16 14:06:02 +01:00
parent a353a03d01
commit acec33bb6c

View file

@ -111,7 +111,7 @@ static void
calls_call_real_send_dtmf_tone (CallsCall *self,
char key)
{
g_info ("Beep! (%c)", (int)key);
g_info ("Beep! (%c)", key);
}
static void