Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Guzzo committed Sep 10, 2014
1 parent 819d8a8 commit b60ca38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iomux.c
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,7 @@ iomux_run(iomux_t *iomux, struct timeval *tv_default)
}
}

int num_fds = iomux->numfds;
int num_fds = iomux->num_fds;

MUTEX_UNLOCK(iomux);

Expand Down

0 comments on commit b60ca38

Please sign in to comment.