Added tag to file format enum.

This commit is contained in:
Svend Sorensen
2005-03-24 12:19:39 +00:00
parent 20a67b2fca
commit 76988c8ef0

View File

@@ -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;