del empty line
This commit is contained in:
parent
b8eaa81a22
commit
e015927089
1 changed files with 0 additions and 1 deletions
|
|
@ -257,7 +257,6 @@ i8* axl_itoa(i64 val, i8* str, u8 base)
|
|||
if (val < 0)
|
||||
{
|
||||
*head++ = '-';
|
||||
|
||||
}
|
||||
|
||||
*head = '\0';
|
||||
|
|
|
|||
Loading…
Reference in a new issue