diff options
Diffstat (limited to 'coreutils/factor.c')
-rw-r--r-- | coreutils/factor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/factor.c b/coreutils/factor.c index 467e23a..1f24784 100644 --- a/coreutils/factor.c +++ b/coreutils/factor.c @@ -4,7 +4,7 @@ * Licensed under GPLv2, see file LICENSE in this source tree. */ //config:config FACTOR -//config: bool "factor (2.6 kb)" +//config: bool "factor (2.7 kb)" //config: default y //config: help //config: factor factorizes integers |