diff options
Diffstat (limited to 'extmod/modurandom.c')
-rw-r--r-- | extmod/modurandom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extmod/modurandom.c b/extmod/modurandom.c index c547339e2..ab83b0f70 100644 --- a/extmod/modurandom.c +++ b/extmod/modurandom.c @@ -224,4 +224,4 @@ const mp_obj_module_t mp_module_urandom = { }; #endif -#endif //MICROPY_PY_URANDOM +#endif // MICROPY_PY_URANDOM |