mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-13 16:07:36 +00:00
call: Get rid of unnecessary cast to int
This commit is contained in:
parent
a353a03d01
commit
acec33bb6c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue