aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Homework 5/Homework 5/Contacts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Homework 5/Homework 5/Contacts.h b/Homework 5/Homework 5/Contacts.h
index 944d692..811d349 100644
--- a/Homework 5/Homework 5/Contacts.h
+++ b/Homework 5/Homework 5/Contacts.h
@@ -9,7 +9,7 @@ struct Contact
char Email[100] = {};
char StreetAdress[35] = {};
char City[30] = {};
- char State[2] = {};
+ char State[3] = {};
int Zip = 0;
};