Fixed struct name

This commit is contained in:
Daniela 2019-04-12 16:47:44 +02:00
parent aafd37dd59
commit 1d0f6521ea
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ typedef struct assign_msg
{
enum message_type msg_type;
uint32_t customer_id;
}assing_msg;
}assign_msg;
typedef struct basket_msg