summaryrefslogtreecommitdiffstats
path: root/srs.c
diff options
context:
space:
mode:
Diffstat (limited to 'srs.c')
-rw-r--r--srs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/srs.c b/srs.c
index 8353de8..89a7ee8 100644
--- a/srs.c
+++ b/srs.c
@@ -264,7 +264,7 @@ int srs_client_unregister(struct ril_client *ril_client,
break;
}
-list_continue:
+
list = list->next;
}
@@ -302,7 +302,6 @@ int srs_client_flush(struct ril_client *ril_client)
list_head_free(list);
-list_continue:
list = list_next;
}