diff options
Diffstat (limited to 'kscd/libwm/plat_irix.c')
-rw-r--r-- | kscd/libwm/plat_irix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kscd/libwm/plat_irix.c b/kscd/libwm/plat_irix.c index 2ddce1e8..7ed89113 100644 --- a/kscd/libwm/plat_irix.c +++ b/kscd/libwm/plat_irix.c @@ -460,11 +460,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() */ |