Skip to content

Commit

Permalink
Fix lint error for too much error in the error
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmacete committed Jul 4, 2024
1 parent dc0a606 commit 18aab85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libr/io/p/io_dsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ static char *__system(RIO *io, RIODesc *fd, const char *command) {
remaining_size -= 8;
cursor += 8;
if (!got_raw_value) {
R_LOG_ERROR ("Error reading raw pointer");
R_LOG_ERROR ("reading raw pointer");
break;
}

Expand Down

0 comments on commit 18aab85

Please sign in to comment.