Fix error handling

Signed-off-by: Mahyar Koshkouei <deltabeard@users.noreply.github.com>
This commit is contained in:
Mahyar Koshkouei
2017-02-14 16:59:43 +00:00
parent 984192eebe
commit 711864cfa9
5 changed files with 47 additions and 50 deletions

View File

@@ -8,7 +8,7 @@ enum file_types
FILE_TYPE_MP3
};
struct playbackInfo
struct playbackInfo_t
{
char* file;
struct errInfo_t* errInfo;