Skip to content

Commit ccd7ca7

Browse files
authored
Merge pull request #542 from farrrb/patch-1
Update UnityConfigurationGuide.md
2 parents 74cde08 + 66cec22 commit ccd7ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/UnityConfigurationGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ system. Feel free to override this and to make it whatever you wish.
379379

380380
_Example:_
381381
```C
382-
#define UNITY_PRINT_EOL { UNITY_OUTPUT_CHAR('\r'); UNITY_OUTPUT_CHAR('\n') }
382+
#define UNITY_PRINT_EOL { UNITY_OUTPUT_CHAR('\r'); UNITY_OUTPUT_CHAR('\n'); }
383383
```
384384
385385

0 commit comments

Comments
 (0)