Changeset 3b79719687e49099efedc05ce9f278f78d4b329e
- Timestamp:
- 02/24/10 02:14:38
(3 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1266977678 +0000
- git-parent:
[8c8aea6bc50ed2cc0619d0585a079dc9a4de6a16]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1266977678 +0000
- Message:
fixup warnings
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r61a5e1f |
r3b79719 |
|
| 535 | 535 | |
|---|
| 536 | 536 | error: |
|---|
| 537 | | noitL(noit_error, error); |
|---|
| | 537 | noitL(noit_error, "%s", error); |
|---|
| 538 | 538 | eventer_remove_fd(e->fd); |
|---|
| 539 | 539 | nctx->e = NULL; |
|---|
| … | … | |
| 706 | 706 | eventer_update(nctx->timeout_event, EVENTER_TIMER); |
|---|
| 707 | 707 | } |
|---|
| | 708 | return 0; |
|---|
| 708 | 709 | } |
|---|
| 709 | 710 | |
|---|
| … | … | |
| 715 | 716 | nctx->timeout_event = NULL; |
|---|
| 716 | 717 | } |
|---|
| | 718 | return 0; |
|---|
| 717 | 719 | } |
|---|
| 718 | 720 | |
|---|