diff options
| author | Niklas | 2011-07-28 16:00:49 +0200 |
|---|---|---|
| committer | Niklas | 2011-07-28 16:00:49 +0200 |
| commit | 87dc3eae8eeb774aecf005465ddd9eecdd829b8a (patch) | |
| tree | 99f798a021e94540b82973bafe886139d3be4952 /workspace/customdhcpcd/src/dhcpcd.c | |
| parent | log messages are delivered to qt app. (diff) | |
| download | fbgui-87dc3eae8eeb774aecf005465ddd9eecdd829b8a.tar.gz fbgui-87dc3eae8eeb774aecf005465ddd9eecdd829b8a.tar.xz fbgui-87dc3eae8eeb774aecf005465ddd9eecdd829b8a.zip | |
better version of the logwriter.c and started to devide gui and logic
Diffstat (limited to 'workspace/customdhcpcd/src/dhcpcd.c')
| -rw-r--r-- | workspace/customdhcpcd/src/dhcpcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/workspace/customdhcpcd/src/dhcpcd.c b/workspace/customdhcpcd/src/dhcpcd.c index 550c25a..43ce3ed 100644 --- a/workspace/customdhcpcd/src/dhcpcd.c +++ b/workspace/customdhcpcd/src/dhcpcd.c @@ -646,7 +646,7 @@ int main (int argc, char **argv) /* Massage our filters per platform */ setup_packet_filters (); - /*dhcp_run : defined in client.c*/ + /* dhcp_run : defined in client.c */ if (dhcp_run (options, &pidfd) == 0) retval = EXIT_SUCCESS; |
