Typo - compilefix.

This commit is contained in:
Jan Vidar Krey 2009-07-26 02:06:02 +02:00
parent 48f3cae22b
commit 78bb1d3527
1 changed files with 1 additions and 1 deletions

View File

@ -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