Commit ad3eaa48 authored by Maciej Lipinski's avatar Maciej Lipinski Committed by Jean-Claude BAU

[HAL] cosmetics: updated printf

parent cd96b655
......@@ -410,7 +410,7 @@ static int _within_range(int x, int minval, int maxval, int wrap)
{
int rv;
printf("min %d max %d x %d ", minval, maxval, x);
printf("min %d max %d x %d \n", minval, maxval, x);
while (maxval >= wrap)
maxval -= wrap;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment