Minor cleanup of callback code.
This commit is contained in:
+3
-1
@@ -211,7 +211,9 @@ typedef void (__acc_cdecl *upx_progress_func_t)
|
||||
struct upx_callback_t
|
||||
{
|
||||
upx_progress_func_t nprogress;
|
||||
void * user1;
|
||||
void *user;
|
||||
|
||||
void reset() { memset(this, 0, sizeof(*this)); }
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user