1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-25 17:31:36 +01:00

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;