summaryrefslogtreecommitdiffstats
path: root/libopkg/user.c
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/user.c')
-rw-r--r--libopkg/user.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libopkg/user.c b/libopkg/user.c
index 26f6f0e..e04f04d 100644
--- a/libopkg/user.c
+++ b/libopkg/user.c
@@ -37,7 +37,6 @@ char *get_user_response(const char *format, ...)
if (response == NULL)
return NULL;
- str_chomp(response);
str_tolower(response);
return response;