From 58c19ebd2a5ebf3cc540912d303f06d087e833e1 Mon Sep 17 00:00:00 2001 From: Steve Karg Date: Thu, 8 Feb 2024 14:55:33 -0600 Subject: [PATCH] fix function header comment --- src/bacnet/basic/sys/keylist.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bacnet/basic/sys/keylist.c b/src/bacnet/basic/sys/keylist.c index e56cb58a..99c5ca6a 100644 --- a/src/bacnet/basic/sys/keylist.c +++ b/src/bacnet/basic/sys/keylist.c @@ -200,6 +200,7 @@ static int FindIndex(OS_Keylist list, KEY key, int *pIndex) * This pointer needs to be poiting to static memory * as it will be stored in the list and later used * by retrieving the key again. + * @return Index of the key, or -1 if not found. */ int Keylist_Data_Add(OS_Keylist list, KEY key, void *data) {