diff options
Diffstat (limited to 'lib/utils/pyexec.h')
| -rw-r--r-- | lib/utils/pyexec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils/pyexec.h b/lib/utils/pyexec.h index 4c773cd64..bde2960c2 100644 --- a/lib/utils/pyexec.h +++ b/lib/utils/pyexec.h @@ -35,7 +35,7 @@ typedef enum { typedef struct { int return_code; - const mp_obj_type_t * exception_type; + const mp_obj_type_t *exception_type; int exception_line; } pyexec_result_t; |
