Fix warning about missing ' character

This commit is contained in:
Jonathan Müller 2017-07-11 20:45:17 +02:00 committed by GitHub
parent 89c3bc585c
commit 4045d7fea2

View File

@ -8,7 +8,7 @@
*/ */
#ifdef FMT_INCLUDE #ifdef FMT_INCLUDE
# error Add the fmt's parent directory and not fmt itself to includes. # error "Add the fmt's parent directory and not fmt itself to includes."
#endif #endif
#ifndef FMT_STRING_H_ #ifndef FMT_STRING_H_