summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/plist/plist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/plist/plist.h b/include/plist/plist.h
index 263efa8..63e9d84 100644
--- a/include/plist/plist.h
+++ b/include/plist/plist.h
@@ -247,7 +247,7 @@ extern "C"
247 * Get the index of an item. item must be a member of a #PLIST_ARRAY node. 247 * Get the index of an item. item must be a member of a #PLIST_ARRAY node.
248 * 248 *
249 * @param node the node 249 * @param node the node
250 * @return the node index 250 * @return the node index or UINT_MAX if node index can't be determined
251 */ 251 */
252 uint32_t plist_array_get_item_index(plist_t node); 252 uint32_t plist_array_get_item_index(plist_t node);
253 253