code cleanup: make header defines more consistent, JOYSENSOR header guard had a typo too.
This commit is contained in:
@@ -69,4 +69,4 @@ int PyC_FlagSet_ValueFromID(PyC_FlagSet *item, const char *identifier, int
|
||||
int PyC_FlagSet_ToBitfield(PyC_FlagSet *items, PyObject *value, int *r_value, const char *error_prefix);
|
||||
PyObject *PyC_FlagSet_FromBitfield(PyC_FlagSet *items, int flag);
|
||||
|
||||
#endif // __PY_CAPI_UTILS_H__
|
||||
#endif /* __PY_CAPI_UTILS_H__ */
|
||||
|
Reference in New Issue
Block a user