diff options
Diffstat (limited to 'Project1/header.h')
| -rw-r--r-- | Project1/header.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project1/header.h b/Project1/header.h index 60d3344..f842926 100644 --- a/Project1/header.h +++ b/Project1/header.h @@ -2,8 +2,8 @@ #define HEADER struct userDoB { - int month; int day; + int month; int year; }; |