Asset prog
This commit is contained in:
@@ -115,7 +115,7 @@ errorret_t errorPrint(const errorret_t retval);
|
||||
#define errorThrow(message, ...) \
|
||||
return errorThrowImpl(\
|
||||
&ERROR_STATE, ERROR_NOT_OK, __FILE__, __func__, __LINE__, (message), \
|
||||
__VA_ARGS__ \
|
||||
##__VA_ARGS__ \
|
||||
)
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user