diff options
-rw-r--r-- | libbb/xfuncs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/xfuncs.c b/libbb/xfuncs.c index c81ce4546..c40dcb706 100644 --- a/libbb/xfuncs.c +++ b/libbb/xfuncs.c | |||
@@ -303,7 +303,7 @@ int FAST_FUNC get_terminal_width(int fd) | |||
303 | return width; | 303 | return width; |
304 | } | 304 | } |
305 | 305 | ||
306 | int FAST_FUNC is_dumb_term(void) | 306 | int FAST_FUNC is_TERM_dumb(void) |
307 | { | 307 | { |
308 | char *term = getenv("TERM"); | 308 | char *term = getenv("TERM"); |
309 | return term && strcmp(term, "dumb") == 0; | 309 | return term && strcmp(term, "dumb") == 0; |