From: Abramo Bagnara Date: Mon, 5 Feb 2001 15:45:33 +0000 (+0000) Subject: Typo X-Git-Tag: v1.0.3~987 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=5b0d5f0a49d9f002cf6461f7e4ddbd25672e7c81;p=alsa-lib.git Typo --- diff --git a/include/control.h b/include/control.h index f033b70e..f4c3fff5 100644 --- a/include/control.h +++ b/include/control.h @@ -15,15 +15,15 @@ typedef struct sndrv_control snd_control_t; typedef struct sndrv_ctl_event snd_ctl_event_t; #ifdef SND_ENUM_TYPECHECK -typedef enum sndrv_card_type snd_card_type; -typedef enum sndrv_control_type snd_control_type_t; -typedef enum sndrv_control_iface snd_control_iface_t; -typedef enum sndrv_ctl_event_type snd_ctl_event_type_t; -#else typedef struct __snd_card_type *snd_card_type; typedef struct __snd_control_type *snd_control_type_t; typedef struct __snd_control_iface *snd_control_iface_t; typedef struct __snd_ctl_event_type *snd_ctl_event_type_t; +#else +typedef enum sndrv_card_type snd_card_type; +typedef enum sndrv_control_type snd_control_type_t; +typedef enum sndrv_control_iface snd_control_iface_t; +typedef enum sndrv_ctl_event_type snd_ctl_event_type_t; #endif #define SND_CARD_TYPE_GUS_CLASSIC ((snd_card_type_t) SNDRV_CARD_TYPE_GUS_CLASSIC)