[example] Fix compiler warning about multiline comment
- Mar 29, 2023
-
-
Timo Koch authored
The C preprocessor interprets the double backslash as a newline and then warns because of possibly having an unwanted multi-line comment. (False positive in this case.)
2fb83bf3
-