Merge branch 'master'

This commit is contained in:
2024-04-13 23:53:29 +02:00
3 changed files with 11 additions and 5 deletions

View File

@@ -19,7 +19,8 @@ int CMDList_deinit(CMDList_t *list)
{
CMDList_t** list_p = (CMDList_t**)list;
for (int i = 0; i < 26; i++)
int i;
for (i = 0; i < 26; i++)
{
if (*(list_p + i) != NULL)
{