diff options
Diffstat (limited to 'kscd/libwm/plat_bsd386.c')
-rw-r--r-- | kscd/libwm/plat_bsd386.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kscd/libwm/plat_bsd386.c b/kscd/libwm/plat_bsd386.c index b4e5c420..ea768c8c 100644 --- a/kscd/libwm/plat_bsd386.c +++ b/kscd/libwm/plat_bsd386.c @@ -497,11 +497,11 @@ gen_get_volume(struct wm_drive *d, int *left, int *right) } /*------------------------------------------------------------------------* - * 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() */ |