Fix error handling
Signed-off-by: Mahyar Koshkouei <deltabeard@users.noreply.github.com>
This commit is contained in:
@@ -23,7 +23,7 @@ void playbackWatchdog(void* infoIn);
|
||||
|
||||
static void showControls(void);
|
||||
|
||||
static int changeFile(const char* ep_file, volatile int* error, Handle* failEvent);
|
||||
static int changeFile(const char* ep_file, struct playbackInfo_t* playbackInfo);
|
||||
|
||||
/**
|
||||
* Get number of files in current working folder
|
||||
|
||||
Reference in New Issue
Block a user