Skip to content

Commit

Permalink
fix clang compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jb55 committed Dec 31, 2023
1 parent d21643a commit f7b1bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cursor.h
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ static inline int pull_bytes(struct cursor *cur, int count, const unsigned char
}

static inline int parse_str(struct cursor *cur, const char *str) {
int i;
unsigned int i;
char c, cs;
unsigned long len;

Expand Down

0 comments on commit f7b1bc0

Please sign in to comment.