From 3e82c0a96f0d94d5427d2f4f79ce11e9d1913b2c Mon Sep 17 00:00:00 2001 From: Mark VanderVoord Date: Sat, 6 Jul 2019 11:07:00 -0400 Subject: [PATCH] sigh. wrong comment style --- src/unity.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unity.c b/src/unity.c index 77a6521..510cad0 100644 --- a/src/unity.c +++ b/src/unity.c @@ -1715,7 +1715,7 @@ void UnityIgnore(const char* msg, const UNITY_LINE_TYPE line) UNITY_IGNORE_AND_BAIL; } -//----------------------------------------------- +/*-----------------------------------------------*/ void UnityMessage(const char* msg, const UNITY_LINE_TYPE line) { UnityTestResultsBegin(Unity.TestFile, line);