Update mei-disable.c

This commit is contained in:
Sam Sneed 2024-05-23 23:29:25 +00:00 committed by GitHub
parent db3914d3cc
commit d683eb96e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,6 +44,7 @@ int main(int argc, char *argv[])
{ {
printf("Opening %s ... ",DEV_NAME[i]); printf("Opening %s ... ",DEV_NAME[i]);
fd = open(DEV_NAME[i], O_RDWR); fd = open(DEV_NAME[i], O_RDWR);
break;
if (fd < 0) { if (fd < 0) {
printf("%s\n", strerror(errno)); printf("%s\n", strerror(errno));
} }