From: Jaroslav Kysela Date: Tue, 5 Feb 2002 07:26:34 +0000 (+0000) Subject: Fixed typo X-Git-Tag: v1.0.3~488 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=9dd7c93a56502387b108b3aa0892af2a68cb222b;p=alsa-lib.git Fixed typo --- diff --git a/include/seq_event.h b/include/seq_event.h index 790c7991..0e3e73a4 100644 --- a/include/seq_event.h +++ b/include/seq_event.h @@ -354,7 +354,7 @@ typedef unsigned int snd_seq_position_t; /**< playback position (in samples) * 1 typedef enum snd_seq_stop_mode { SND_SEQ_SAMPLE_STOP_IMMEDIATELY = 0, /**< terminate playing immediately */ SND_SEQ_SAMPLE_STOP_VENVELOPE = 1, /**< finish volume envelope */ - SDN_SEQ_SAMPLE_STOP_LOOP = 2 /**< terminate loop and finish wave */ + SND_SEQ_SAMPLE_STOP_LOOP = 2 /**< terminate loop and finish wave */ } snd_seq_stop_mode_t; /** sample frequency */