Added tag to file format enum.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
#include "cd.h"
|
||||
|
||||
enum {CUE, TOC, UNKNOWN};
|
||||
enum Format {CUE, TOC, UNKNOWN};
|
||||
|
||||
typedef struct Cue Cue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user