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:
Diffstat (limited to 'editors/patch.c')
-rw-r--r--editors/patch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/patch.c b/editors/patch.c
index f90d6854d..5a768b23f 100644
--- a/editors/patch.c
+++ b/editors/patch.c
@@ -21,7 +21,7 @@
* [file] which file to patch
*/
//config:config PATCH
-//config: bool "patch (9.4 kb)"
+//config: bool "patch (9.6 kb)"
//config: default y
//config: help
//config: Apply a unified diff formatted patch.