mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-30 02:50:25 +08:00
* fhandler_floppy.cc (fhandler_dev_floppy::ioctl): Fix typo in lint
directive.
This commit is contained in:
parent
e2213b70dd
commit
295912e873
@ -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.
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user