Fixed missed prototype

This commit is contained in:
Mark VanderVoord
2015-06-19 21:18:34 -04:00
parent 08ffed33d4
commit 9b4c5b76d9

View File

@ -110,6 +110,7 @@ void UnityPrint(const char* string)
}
}
void UnityPrintLen(const char* string, const _UU32 length);
void UnityPrintLen(const char* string, const _UU32 length)
{
const char* pch = string;