diff options
Diffstat (limited to 'kscd/libwm/plat_osf1.c')
-rw-r--r-- | kscd/libwm/plat_osf1.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kscd/libwm/plat_osf1.c b/kscd/libwm/plat_osf1.c index 6bf1ea69..accf1f81 100644 --- a/kscd/libwm/plat_osf1.c +++ b/kscd/libwm/plat_osf1.c @@ -661,11 +661,11 @@ gen_get_volume( struct wm_drive *d, int *left, int *right ) } /* gen_get_volume() */ /*------------------------------------------------------------------------* - * gen_get_cdtext(drive, buffer, lenght) + * gen_get_cdtext(drive, buffer, length) *------------------------------------------------------------------------*/ int -gen_get_cdtext(struct wm_drive *d, unsigned char **pp_buffer, int *p_buffer_lenght) +gen_get_cdtext(struct wm_drive *d, unsigned char **pp_buffer, int *p_buffer_length) { return -1; /* no SCSI, no CDTEXT */ } /* gen_get_cdtext() */ |