diff options
Diffstat (limited to 'py/moduerrno.c')
-rw-r--r-- | py/moduerrno.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/moduerrno.c b/py/moduerrno.c index 93a08d8bf..d9affd9b2 100644 --- a/py/moduerrno.c +++ b/py/moduerrno.c @@ -119,4 +119,4 @@ qstr mp_errno_to_str(mp_obj_t errno_val) { #endif } -#endif //MICROPY_PY_UERRNO +#endif // MICROPY_PY_UERRNO |