Browse Source

Minor documentation fix

master
ooxi 6 years ago
committed by GitHub
parent
commit
d76cbfc728
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/xml.c

+ 1
- 1
src/xml.c View File

@@ -124,7 +124,7 @@ static size_t get_zero_terminated_array_elements(struct xml_node** nodes) {
*
* @warning No UTF conversions will be attempted
*
* @return true gdw. a == b
* @return true iff a == b
*/
static _Bool xml_string_equals(struct xml_string* a, struct xml_string* b) {



Loading…
Cancel
Save