UI: Add missing return statement
This commit is contained in:
parent
6905b22c5f
commit
a5eb2b8e7e
@ -324,6 +324,8 @@ struct update_t {
|
||||
memcpy(hash, from.hash, sizeof(hash));
|
||||
memcpy(downloadhash, from.downloadhash, sizeof(downloadhash));
|
||||
memcpy(my_hash, from.my_hash, sizeof(my_hash));
|
||||
|
||||
return *this;
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user