mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-08 04:45:31 +00:00
sip: origin: Fix comment style
This commit is contained in:
parent
14930ba82f
commit
1b4af654f1
1 changed files with 1 additions and 1 deletions
|
@ -1050,7 +1050,7 @@ init_sip_account (CallsSipOrigin *self,
|
||||||
return FALSE;
|
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);
|
self->nua = setup_nua (self);
|
||||||
if (self->nua == NULL) {
|
if (self->nua == NULL) {
|
||||||
g_set_error (error, G_IO_ERROR, G_IO_ERROR_FAILED,
|
g_set_error (error, G_IO_ERROR, G_IO_ERROR_FAILED,
|
||||||
|
|
Loading…
Reference in a new issue