diff music2/music.h @ 52:15a18fbe6f21

* Known bugs added to the README * Code cleaning (0 -> NULL when needed, indentation, spaces, ...)
author thib
date Sat, 18 Apr 2009 18:35:39 +0000
parents 5ae5533b3a9a
children ddbcbd000206
line wrap: on
line diff
--- a/music2/music.h
+++ b/music2/music.h
@@ -44,13 +44,14 @@
 #define DEFAULT_AUDIOBUF	4096
 
 enum KoeType { koe_unknown, koe_nwk, koe_ovk, koe_ogg};
+
 typedef struct {
 	FILE* stream;
 	int length;
 	int offset;
 	int rate;
 	KoeType type;
-}AvgKoeInfo;
+} AvgKoeInfo;
 
 extern int pcm_enable;