1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2025-01-07 04:15:32 +00:00

sip: origin: Fix comment style

This commit is contained in:
Evangelos Ribeiro Tzaras 2022-01-27 18:01:37 +01:00
parent 14930ba82f
commit 1b4af654f1

View file

@ -1050,7 +1050,7 @@ init_sip_account (CallsSipOrigin *self,
return FALSE;
}
// setup_nua() and setup_sip_handles() only after account data has been set
/* setup_nua() and setup_sip_handles() only after account data has been set */
self->nua = setup_nua (self);
if (self->nua == NULL) {
g_set_error (error, G_IO_ERROR, G_IO_ERROR_FAILED,