From 9dd7c93a56502387b108b3aa0892af2a68cb222b Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 5 Feb 2002 07:26:34 +0000 Subject: [PATCH] Fixed typo --- include/seq_event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */