diff --git a/src/createEmployeeAccount.c b/src/createEmployeeAccount.c index 633561f..bb283e0 100644 --- a/src/createEmployeeAccount.c +++ b/src/createEmployeeAccount.c @@ -5,7 +5,7 @@ bool isValidEmployeeID(const char* employeeId, int maximumStringLength) { int employeeIdLength = strlen(employeeId); - + /* looping through the employeeId string until a space is found to return false or true otherwise*/ for(int i=0;i