From 81692845b8927cfec07587908efb54e0c221c001 Mon Sep 17 00:00:00 2001 From: yar Date: Sat, 31 Jul 2004 14:03:14 +0000 Subject: Convert a couple of bogus null statements to the right form. (Heading to WARNS=2.) --- libexec/ftpd/ftpcmd.y | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libexec/ftpd/ftpcmd.y') diff --git a/libexec/ftpd/ftpcmd.y b/libexec/ftpd/ftpcmd.y index 84ed470..b00dc01 100644 --- a/libexec/ftpd/ftpcmd.y +++ b/libexec/ftpd/ftpcmd.y @@ -200,7 +200,7 @@ cmd port_check_v6("pcmd"); #endif port_done: - 42; /* Life, the universe and everything! */ + ; } | LPRT check_login SP host_long_port CRLF { @@ -222,7 +222,7 @@ cmd goto lprt_done; #endif lprt_done: - 42; /* Life, the universe and everything! */ + ; } | EPRT check_login SP STRING CRLF { -- cgit v1.1