Compile fix.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4663 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
Cory McWilliams 2023-12-07 02:29:30 +00:00
parent b1714cf554
commit af61519632

View File

@ -500,6 +500,7 @@ static void _assert_visible(tf_ssb_t* ssb, const char* id, const char* contact,
{
const char** ids = tf_ssb_db_following_deep_ids(ssb, &id, 1, 2);
bool found = false;
(void)found;
for (int i = 0; ids[i]; i++)
{
if (strcmp(ids[i], contact) == 0)