aboutsummaryrefslogtreecommitdiff
path: root/libbb/progress.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/progress.c')
-rw-r--r--libbb/progress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/progress.c b/libbb/progress.c
index 0e484da6c..e96039042 100644
--- a/libbb/progress.c
+++ b/libbb/progress.c
@@ -78,7 +78,7 @@ void FAST_FUNC bb_progress_update(bb_progress_t *p,
78 if (ratio > 100) ratio = 100; 78 if (ratio > 100) ratio = 100;
79 } 79 }
80 80
81#if ENABLE_FEATURE_ASSUME_UNICODE 81#if ENABLE_UNICODE_SUPPORT
82 init_unicode(); 82 init_unicode();
83 /* libbb candidate? */ 83 /* libbb candidate? */
84 { 84 {