Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-04-05 20:47:02 +0400
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-04-05 20:47:02 +0400
commit886f6afc8a570978670f1a9356c9dfa51bb124f9 (patch)
tree287aa7a99a3da96f1fb5c8c8533646663f773417 /networking/tftp.c
parent061fd0a353ef05de4a96e23c18e25316babee523 (diff)
- this applet should peruse USE_FEATURE_TFTP_...
Diffstat (limited to 'networking/tftp.c')
-rw-r--r--networking/tftp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/tftp.c b/networking/tftp.c
index 402d5d03c..ddcb5225f 100644
--- a/networking/tftp.c
+++ b/networking/tftp.c
@@ -530,7 +530,7 @@ int tftp_main(int argc, char **argv)
#define GET_COMPL ":g"
#else
#define GET
-#define GET_COMP
+#define GET_COMPL
#endif
#ifdef CONFIG_FEATURE_TFTP_PUT