extmod/moduselect: Fix comment describing endif.

This commit is contained in:
Damien George 2016-11-21 15:47:48 +11:00
parent 5362bcc487
commit 0d56c65d3e
1 changed files with 1 additions and 1 deletions

View File

@ -313,4 +313,4 @@ const mp_obj_module_t mp_module_uselect = {
.globals = (mp_obj_dict_t*)&mp_module_select_globals,
};
#endif // MICROPY_PY_WEBSOCKET
#endif // MICROPY_PY_USELECT