diff options
| -rw-r--r-- | py/mpprint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/mpprint.h b/py/mpprint.h index 0dff9a770..8383ea857 100644 --- a/py/mpprint.h +++ b/py/mpprint.h @@ -56,7 +56,7 @@ typedef struct _mp_print_ext_t { mp_print_t base; const char *item_separator; const char *key_separator; -}mp_print_ext_t; +} mp_print_ext_t; #define MP_PRINT_GET_EXT(print) ((mp_print_ext_t *)print) |
