eject: fix compiler warning [-Wmissing-prototypes]

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2012-07-16 18:55:39 +02:00
parent d63eb75eee
commit e5d262eec5
1 changed files with 1 additions and 1 deletions

View File

@ -907,7 +907,7 @@ done:
/* handle -x option */
void set_device_speed(char *name)
static void set_device_speed(char *name)
{
int fd;