Skip to content

Commit 8cf9898

Browse files
dlechdpgeorge
authored andcommitted
py/parsenum: Fix typo in #endif comment.
This fixes a `#endif` comment to exactly match the `#if`. Signed-off-by: David Lechner <[email protected]>
1 parent 034502b commit 8cf9898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/parsenum.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ static void accept_digit(mp_float_t *p_dec_val, int dig, int *p_exp_extra, int i
214214
}
215215
}
216216
}
217-
#endif // MICROPY_BUILTINS_FLOAT
217+
#endif // MICROPY_PY_BUILTINS_FLOAT
218218

219219
#if MICROPY_PY_BUILTINS_COMPLEX
220220
mp_obj_t mp_parse_num_decimal(const char *str, size_t len, bool allow_imag, bool force_complex, mp_lexer_t *lex)

0 commit comments

Comments
 (0)