Hi Ossama,
On 02/26/2019 12:09 PM, Ossama Othman wrote:
Move the variable declaration in test_string.c:test_strv_append()
out
of the for-loop initial declaration to support older C standards, as
well as to conform to the ELL coding style.
---
unit/test-string.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Applied, thanks.
Regards,
-Denis