* fhandler_floppy.cc (fhandler_dev_floppy::ioctl): Fix typo in lint

directive.
This commit is contained in:
Corinna Vinschen 2006-07-18 12:56:37 +00:00
parent e2213b70dd
commit 295912e873
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-07-18 Corinna Vinschen <corinna@vinschen.de>
* fhandler_floppy.cc (fhandler_dev_floppy::ioctl): Fix typo in lint
directive.
2006-07-17 Christopher Faylor <cgf@timesys.com>
GCC 4.1 fixes.

View File

@ -512,7 +512,7 @@ fhandler_dev_floppy::ioctl (unsigned int cmd, void *buf)
__seterrno ();
return -1;
}
/*FALLTHRUGH*/
/*FALLTHRU*/
default:
return fhandler_dev_raw::ioctl (cmd, buf);
}