summaryrefslogtreecommitdiff
path: root/media-sound/wavegain/files/wavegain-1.3.1-fno-common.patch
blob: ff282740f8ff4040b2f6e6c738bd3654bebfced0 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/audio.h
+++ b/audio.h
@@ -136,7 +136,7 @@
 long wav_read(void *, double **buffer, int samples, int fast, int chunk);
 long wav_ieee_read(void *, double **buffer, int samples, int fast, int chunk);
 
-enum {
+typedef enum {
 	WAV_NO_FMT = 0,
 	WAV_FMT_8BIT,
 	WAV_FMT_16BIT,