Skip to content

Commit c21c087

Browse files
committed
Improved warning message
1 parent 6295f0f commit c21c087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/callstack.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919

2020
#ifndef callstack_h
21-
#warning Wrong inclusion of "callstack.hpp" redirected to "#include "callstack.h"!
21+
#warning Wrong inclusion of "callstack.hpp" redirected to '#include "callstack.h"'!
2222
#include "callstack.h"
2323

2424
#else

0 commit comments

Comments
 (0)