From: Jaroslav Kysela Date: Tue, 28 Aug 2001 13:38:27 +0000 (+0000) Subject: Added missing comment for doxygen X-Git-Tag: v1.0.3~692 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=c584d6ce6262b9d7530a85b1637c50d11caab76c;p=alsa-lib.git Added missing comment for doxygen --- 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 */