Skip to content

Commit

Permalink
More test failures
Browse files Browse the repository at this point in the history
Signed-off-by: Madelyn Olson <[email protected]>
  • Loading branch information
madolson committed Oct 25, 2024
1 parent 499a388 commit 0848923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sds.c
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ int hex_digit_to_int(char c) {
}
}

/* Helper function for sdssplitargs that parses a single argument. It
/* Helper function for sdssplitargs that parses a single argument. It
* populates either the number characters needed to store the parsed argument
* in len, if provided, or will copy the parsed string into dst, if provided.
* If the string is able to be parsed, this function returns the number of
Expand Down

0 comments on commit 0848923

Please sign in to comment.