mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 05:56:22 +00:00
fix(merge): drop leftover <<<<<<< HEAD marker in jid_is_valid
My earlier merge-resolution Edit on src/xmpp/jid.c only covered the =======/>>>>>>> half of the hunk and left an orphan <<<<<<< HEAD on line 82 of jid_is_valid. CI caught it. Removed.
This commit is contained in:
@@ -79,7 +79,6 @@ jid_create(const gchar* const str)
|
||||
gboolean
|
||||
jid_is_valid(const gchar* const str)
|
||||
{
|
||||
<<<<<<< HEAD
|
||||
if (str == NULL) {
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user