Remove redundant assignment
Signed-off-by: Thomas Jarosch <[email protected]>
This commit is contained in:
committed by
Martin Willi
parent
848567fdf2
commit
f50ee82573
@@ -58,7 +58,6 @@ size_t dstlen;
|
|||||||
prefix = "0x";
|
prefix = "0x";
|
||||||
break;
|
break;
|
||||||
case ':':
|
case ':':
|
||||||
format = 'x';
|
|
||||||
breakevery = 2;
|
breakevery = 2;
|
||||||
breakchar = ':';
|
breakchar = ':';
|
||||||
/* FALLTHROUGH */
|
/* FALLTHROUGH */
|
||||||
|
|||||||
Reference in New Issue
Block a user