1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-11-14 12:25:37 +00:00

application: Codestyle

This commit is contained in:
Evangelos Ribeiro Tzaras 2021-12-01 07:02:44 +01:00
parent 079fdcf441
commit aad6b85a2b

View file

@ -373,9 +373,8 @@ startup (GApplication *application)
#endif #endif
if (!call_audio_init (&error)) 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); cui_init (TRUE);
g_set_prgname (APP_ID); g_set_prgname (APP_ID);