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