@ -53,7 +53,7 @@ int errorMessage(int errorCode)
returnValue = -12;
break;
default:
// puts("Error code unknown.");
return -13;
}
return returnValue;