diff options
Diffstat (limited to 'gatchat/ppp_lcp.c')
-rw-r--r-- | gatchat/ppp_lcp.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gatchat/ppp_lcp.c b/gatchat/ppp_lcp.c index 78407d41..cdfd909b 100644 --- a/gatchat/ppp_lcp.c +++ b/gatchat/ppp_lcp.c @@ -171,12 +171,12 @@ static const char *lcp_option_strings[256] = { }; struct pppcp_action lcp_action = { - .this_layer_up = lcp_up, - .this_layer_down = lcp_down, - .this_layer_started = lcp_started, - .this_layer_finished = lcp_finished, - .option_scan = lcp_option_scan, - .option_process = lcp_option_process, + .this_layer_up = lcp_up, + .this_layer_down = lcp_down, + .this_layer_started = lcp_started, + .this_layer_finished = lcp_finished, + .option_scan = lcp_option_scan, + .option_process = lcp_option_process, }; void lcp_open(struct pppcp_data *data) |