Skip to content
Snippets Groups Projects
Commit b1dc1306 authored by deuce's avatar deuce
Browse files

Fix the XP_PRINTF_CONVERT macro.

parent a4dd8cd0
Branches
Tags
No related merge requests found
......@@ -24,7 +24,7 @@
#define XP_PRINTF_TYPE_PTRDIFF 13 /* Not currently implemented */
#define XP_PRINTF_TYPE_SIZET 14
#define XP_PRINTF_CONVERT 1<<31 /* OR with type to request a conversion - Not implemented */
#define XP_PRINTF_CONVERT (1<<31) /* OR with type to request a conversion - Not implemented */
#if defined(__cplusplus)
extern "C" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment