Skip to content

Commit

Permalink
Merge pull request #66 from leojrfs/master
Browse files Browse the repository at this point in the history
main: fix incorrect grammar in error message
  • Loading branch information
YuzukiTsuru authored Oct 10, 2024
2 parents 109e5d4 + 28b1bcc commit 8e76d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ int main(int argc, char * argv[])

if(!fel_init(&ctx))
{
printf("ERROR: Can't found any FEL device\r\n");
printf("ERROR: No FEL device found!\r\n");
if(ctx.hdl)
libusb_close(ctx.hdl);
libusb_exit(NULL);
Expand Down

0 comments on commit 8e76d55

Please sign in to comment.