From 1d0f6521ea7224cb2e2e66134613a44f59c3122c Mon Sep 17 00:00:00 2001 From: Daniela Date: Fri, 12 Apr 2019 16:47:44 +0200 Subject: [PATCH] Fixed struct name --- project/common/supermarket_net.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/common/supermarket_net.h b/project/common/supermarket_net.h index 66606fd25..3ec419d6c 100644 --- a/project/common/supermarket_net.h +++ b/project/common/supermarket_net.h @@ -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