diff options
Diffstat (limited to 'kscd/libwm/plat_linux.c')
-rw-r--r-- | kscd/libwm/plat_linux.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kscd/libwm/plat_linux.c b/kscd/libwm/plat_linux.c index 8852ba16..6ca8b578 100644 --- a/kscd/libwm/plat_linux.c +++ b/kscd/libwm/plat_linux.c @@ -785,7 +785,7 @@ 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) * * Return a buffer with cdtext-stream. buffer will be allocated and filled * @@ -795,9 +795,9 @@ gen_get_volume( struct wm_drive *d, int *left, int *right ) *------------------------------------------------------------------------*/ 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 wm_scsi_get_cdtext(d, pp_buffer, p_buffer_lenght); + return wm_scsi_get_cdtext(d, pp_buffer, p_buffer_length); } /* gen_get_cdtext() */ #endif /* __linux__ */ |