diff options
Diffstat (limited to 'kscd/libwm/plat_sun.c')
-rw-r--r-- | kscd/libwm/plat_sun.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kscd/libwm/plat_sun.c b/kscd/libwm/plat_sun.c index 4e61d68f..80ce3567 100644 --- a/kscd/libwm/plat_sun.c +++ b/kscd/libwm/plat_sun.c @@ -959,14 +959,14 @@ codec_stop( void ) { return 0; } #endif /* CODEC } */ /*------------------------------------------------------------------------* - * 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) { /* This needs to be tested */ - 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 /* sun */ |