Chunk loading example
This commit is contained in:
@@ -152,7 +152,7 @@ errorret_t errorPrint(const errorret_t retval);
|
||||
*/
|
||||
#define errorChain(retval) { \
|
||||
errorret_t errorChainRetval = (retval); \
|
||||
if (errorChainRetval.code != ERROR_OK) { \
|
||||
if(errorChainRetval.code != ERROR_OK) { \
|
||||
return errorChainImpl(errorChainRetval, __FILE__, __func__, __LINE__); \
|
||||
} \
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user