Remove leftover cruft from previous comment.

This commit is contained in:
Guy Harris 2020-09-28 16:33:17 -07:00
parent c34bc0cf4c
commit 3502d53ffb
1 changed files with 0 additions and 1 deletions

View File

@ -1126,7 +1126,6 @@ get_etsi_ts_102_221_annex_a_string(wmem_allocator_t *scope, const guint8 *ptr,
/* Invalid string type. */
/* XXX - return error indication */
return (guint8 *)wmem_strbuf_finalize(strbuf);
return NULL;
}
for (i = 0; i < string_len; i++) {