aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ip/dhcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/ip/dhcp.h')
-rwxr-xr-xsrc/cmd/ip/dhcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/ip/dhcp.h b/src/cmd/ip/dhcp.h
index 8b517958..0ca5084f 100755
--- a/src/cmd/ip/dhcp.h
+++ b/src/cmd/ip/dhcp.h
@@ -126,7 +126,7 @@ enum {
Srequesting,
Sbound,
Srenewing,
- Srebinding,
+ Srebinding
};
typedef struct Bootp Bootp;