Minor code style tweak
This commit is contained in:
parent
e978543dad
commit
6d400cfcd4
1 changed files with 3 additions and 5 deletions
|
@ -516,9 +516,7 @@ int LoadTimeCounter(void)
|
||||||
time_count = 0;
|
time_count = 0;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
time_count = rec.counter[0];
|
time_count = rec.counter[0];
|
||||||
return time_count;
|
return time_count;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue