Commit 4acd8ebb authored by Rémi Duraffort's avatar Rémi Duraffort

Cosmetics (and help static analyzers)

parent 542f4a84
......@@ -285,9 +285,9 @@ static int TPDUSend( cam_t * p_cam, uint8_t i_slot, uint8_t i_tag,
if ( i_length )
memcpy( p, p_content, i_length );
i_size = i_length + (p - p_data);
}
i_size = i_length + (p - p_data);
break;
}
default:
break;
......
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