Skip to content

Commit

Permalink
#207: Unsigned compared against 0
Browse files Browse the repository at this point in the history
  • Loading branch information
kkos committed Sep 21, 2020
1 parent 03601f0 commit 48a40c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_regset.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ n(int line_no, int n, char* ps[], char* s)
static int
get_all_content_of_file(char* path, char** rs, char** rend)
{
size_t len;
ssize_t len;
size_t n;
char* line;
FILE* fp;
Expand Down

0 comments on commit 48a40c7

Please sign in to comment.