mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-12 19:41:18 +00:00
application: Codestyle
This commit is contained in:
parent
079fdcf441
commit
aad6b85a2b
1 changed files with 2 additions and 3 deletions
|
@ -373,9 +373,8 @@ startup (GApplication *application)
|
|||
#endif
|
||||
|
||||
if (!call_audio_init (&error))
|
||||
{
|
||||
g_warning ("Failed to init libcallaudio: %s", error->message);
|
||||
}
|
||||
g_warning ("Failed to init libcallaudio: %s", error->message);
|
||||
|
||||
cui_init (TRUE);
|
||||
|
||||
g_set_prgname (APP_ID);
|
||||
|
|
Loading…
Reference in a new issue