start_stop_daemon: NOMMU fixes, round 2 by Alex Landau <landau_alex@yahoo.com>
[oweals/busybox.git] / networking / ftpgetput.c
index 011fbac84c9502e3952e5fc497338b9296e8ce53..02e7c52707f3fc1af8652f4af52d771daaf7bced 100644 (file)
@@ -293,7 +293,7 @@ static const char ftpgetput_longopts[] =
        "username\0" Required_argument "u"
        "password\0" Required_argument "p"
        "port\0"     Required_argument "P"
-       "\0";
+       ;
 #endif
 
 int ftpgetput_main(int argc, char **argv);