mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 17:06: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
|
gboolean
|
||||||
jid_is_valid(const gchar* const str)
|
jid_is_valid(const gchar* const str)
|
||||||
{
|
{
|
||||||
<<<<<<< HEAD
|
|
||||||
if (str == NULL) {
|
if (str == NULL) {
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user