diff --git a/docs/UnityConfigurationGuide.md b/docs/UnityConfigurationGuide.md index de691fd..b4386d9 100644 --- a/docs/UnityConfigurationGuide.md +++ b/docs/UnityConfigurationGuide.md @@ -379,7 +379,7 @@ system. Feel free to override this and to make it whatever you wish. _Example:_ ```C -#define UNITY_PRINT_EOL { UNITY_OUTPUT_CHAR('\r'); UNITY_OUTPUT_CHAR('\n') } +#define UNITY_PRINT_EOL { UNITY_OUTPUT_CHAR('\r'); UNITY_OUTPUT_CHAR('\n'); } ```