[example] Fix compiler warning about multiline comment
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.)
Loading
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.)