main: fix incorrect grammar in error message

This commit is contained in:
Leo Soares 2024-08-08 11:28:37 +01:00
parent 109e5d4a38
commit 28b1bcccc0

2
main.c
View File

@ -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);