Skip to content

Commit 7d91a9b

Browse files
committed
py/mpprint: Fix formatting typo with mp_print_ext_t struct name.
Signed-off-by: Damien George <[email protected]>
1 parent f72d3ce commit 7d91a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/mpprint.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ typedef struct _mp_print_ext_t {
5656
mp_print_t base;
5757
const char *item_separator;
5858
const char *key_separator;
59-
}mp_print_ext_t;
59+
} mp_print_ext_t;
6060

6161
#define MP_PRINT_GET_EXT(print) ((mp_print_ext_t *)print)
6262

0 commit comments

Comments
 (0)