summaryrefslogtreecommitdiffstats
path: root/kscd/libwm/include/wm_struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'kscd/libwm/include/wm_struct.h')
-rw-r--r--kscd/libwm/include/wm_struct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kscd/libwm/include/wm_struct.h b/kscd/libwm/include/wm_struct.h
index fb73c94f..71afce07 100644
--- a/kscd/libwm/include/wm_struct.h
+++ b/kscd/libwm/include/wm_struct.h
@@ -186,7 +186,7 @@ int gen_stop(struct wm_drive *d);
int gen_play(struct wm_drive *d, int start, int end, int realstart);
int gen_eject(struct wm_drive *d);
int gen_closetray(struct wm_drive *d);
-int gen_get_cdtext(struct wm_drive *d, unsigned char **pp_buffer, int *p_buffer_lenght);
+int gen_get_cdtext(struct wm_drive *d, unsigned char **pp_buffer, int *p_buffer_length);
int find_drive_struct(const char *vendor, const char *model, const char *rev);