diff options
Diffstat (limited to 'networking/ifupdown.c')
-rw-r--r-- | networking/ifupdown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ifupdown.c b/networking/ifupdown.c index 8e8341e..2b748f1 100644 --- a/networking/ifupdown.c +++ b/networking/ifupdown.c @@ -484,7 +484,7 @@ static int dhcp_up(struct interface_defn_t *ifd, execfn *exec) ifd, exec); #else return 0; /* no dhcp support */ -#endif +#endif } static int dhcp_down(struct interface_defn_t *ifd, execfn *exec) |