diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-05 13:18:46 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-05 13:18:46 -0500 |
commit | d2fc88a49ddb99863a42e9b7953f920f5b28b944 (patch) | |
tree | 2c0d6c75395919eff211bc005544bdf6272aaf11 /kscd/libwm/include/wm_struct.h | |
parent | 447ec7dc0dabca83f70632ab66cfdba80835a703 (diff) | |
download | tdemultimedia-d2fc88a49ddb99863a42e9b7953f920f5b28b944.tar.gz tdemultimedia-d2fc88a49ddb99863a42e9b7953f920f5b28b944.zip |
Fix typos.
Diffstat (limited to 'kscd/libwm/include/wm_struct.h')
-rw-r--r-- | kscd/libwm/include/wm_struct.h | 2 |
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); |