Typo - compilefix.
This commit is contained in:
parent
48f3cae22b
commit
78bb1d3527
|
@ -125,7 +125,7 @@ int uman_shutdown(struct hub_info* hub)
|
|||
return -1;
|
||||
|
||||
#ifdef USERMANAGER_TIMER
|
||||
if (evtimer_pending(&hub->ev_timer, 0)
|
||||
if (evtimer_pending(&hub->ev_timer, 0))
|
||||
event_del(&hub->ev_timer);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue