diff options
Diffstat (limited to 'extmod/moduheapq.c')
-rw-r--r-- | extmod/moduheapq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extmod/moduheapq.c b/extmod/moduheapq.c index 187c10474..073ce516b 100644 --- a/extmod/moduheapq.c +++ b/extmod/moduheapq.c @@ -119,4 +119,4 @@ const mp_obj_module_t mp_module_uheapq = { }; #endif -#endif //MICROPY_PY_UHEAPQ +#endif // MICROPY_PY_UHEAPQ |