winedump: Remove double assignment (Coverity).
This commit is contained in:
parent
e9a4dee1eb
commit
372c7fca58
|
@ -202,7 +202,7 @@ static const char* full_value_string(const struct full_value* fv)
|
||||||
static int numeric_leaf(int* value, const unsigned short int* leaf)
|
static int numeric_leaf(int* value, const unsigned short int* leaf)
|
||||||
{
|
{
|
||||||
struct full_value fv;
|
struct full_value fv;
|
||||||
int len = len = full_numeric_leaf(&fv, leaf);
|
int len = full_numeric_leaf(&fv, leaf);
|
||||||
|
|
||||||
switch (fv.type)
|
switch (fv.type)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue