Remove extra ';'

Found by:       FlexeLint
This commit is contained in:
Poul-Henning Kamp 2003-05-31 18:57:41 +00:00
parent e64f402ff1
commit 89e3693051
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115494

View file

@ -754,7 +754,7 @@ tdfx_do_query(u_int cmd, struct tdfx_pio_data *piod)
printf("Bad Sub-cmd: 0x%x\n", _IOC_NR(cmd));
#endif
return -EINVAL;
};
}
}
static int
@ -770,7 +770,7 @@ tdfx_do_pio(u_int cmd, struct tdfx_pio_data *piod)
break;
default:
return -EINVAL;
};
}
}
/* Calls to ioctl(2) eventually end up here. Unhandled ioctls return an ENXIO,