summaryrefslogtreecommitdiff
path: root/zhm/zhm.c
diff options
context:
space:
mode:
Diffstat (limited to 'zhm/zhm.c')
-rw-r--r--zhm/zhm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zhm/zhm.c b/zhm/zhm.c
index ce9f74a..cfce24c 100644
--- a/zhm/zhm.c
+++ b/zhm/zhm.c
@@ -169,7 +169,7 @@ main(int argc,
DPR2("zephyr client port: %u\n", ntohs(cli_port));
/* Main loop */
- for ever {
+ for (;;) {
/* Wait for incoming packets or queue timeouts. */
DPR("Waiting for a packet...");
fd = ZGetFD();