From c584d6ce6262b9d7530a85b1637c50d11caab76c Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 28 Aug 2001 13:38:27 +0000 Subject: [PATCH] Added missing comment for doxygen --- include/instr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/instr.h b/include/instr.h index 870d458a..afb5181f 100644 --- a/include/instr.h +++ b/include/instr.h @@ -97,7 +97,7 @@ void snd_instr_header_set_follow_alias(snd_instr_header_t *info, int val); #define SND_SEQ_INSTR_GET_CMD_PARTIAL 1 /**< get the partial data stream */ /* query flags */ -#define SND_SEQ_INSTR_QUERY_FOLLOW_ALIAS (1<<0) +#define SND_SEQ_INSTR_QUERY_FOLLOW_ALIAS (1<<0) /**< follow alias to get the instrument data */ /** free commands */ #define SND_SEQ_INSTR_FREE_CMD_ALL 0 /**< remove all matching instruments */ -- 2.47.1