diff options
author | Abramo Bagnara <abramo@alsa-project.org> | 2001-03-29 17:50:28 +0000 |
---|---|---|
committer | Abramo Bagnara <abramo@alsa-project.org> | 2001-03-29 17:50:28 +0000 |
commit | 5b50ec848a65396d5e8be32290c4431485001ed5 (patch) | |
tree | 643d105bdf11f7b74b0d9c15eeaf84b975b0d1f6 /include/seqmid.h | |
parent | ce8275b943001a1dd8e3264f0cad11ca9e3cf2bb (diff) |
Lot of cleanings with the help of gcc3
Diffstat (limited to 'include/seqmid.h')
-rw-r--r-- | include/seqmid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/seqmid.h b/include/seqmid.h index cc8a123b..a9cd6335 100644 --- a/include/seqmid.h +++ b/include/seqmid.h @@ -30,7 +30,7 @@ void snd_seq_ev_schedule_tick(snd_seq_event_t *ev, int q, int relative, snd_seq_tick_time_t tick); /* scheduled on real-time-queue */ void snd_seq_ev_schedule_real(snd_seq_event_t *ev, int q, int relative, - snd_seq_real_time_t *time); + snd_seq_real_time_t *_time); /* set event priority (optional) */ void snd_seq_ev_set_priority(snd_seq_event_t *ev, int high_prior); |