cosmetic fix (incorrect comment)

This commit is contained in:
F. Duncanh
2025-03-24 01:39:45 -04:00
parent 3423414067
commit 728b0fd961

View File

@@ -285,7 +285,7 @@ int utils_ipaddress_to_string(int addresslen, const unsigned char *address, unsi
char *utils_strip_data_from_plist_xml(char *plist_xml) {
/* returns NULL if no data needs to be stripped out.
* otherwise frees plist_xml and returns pointer to newly-allocated stripped text char *xml
* returns pointer to newly-allocated stripped text char *xml
* WHICH (like plist_xml) MUST BE FREED AFTER USE*/
assert(plist_xml);
int len = (int) strlen(plist_xml);