Wrap message with " as the ' was giving issues.

This commit is contained in:
2009-08-10 02:07:34 +00:00
parent 5fddab3fd8
commit de759dd278

View File

@@ -28,7 +28,7 @@
#define BPY_UTIL_H
#if PY_VERSION_HEX < 0x03010000
#error Python versions below 3.1 are not supported anymore, you'll need to update your python.
#error "Python versions below 3.1 are not supported anymore, you'll need to update your python."
#endif
#include "RNA_types.h" /* for EnumPropertyItem only */