file_util.c cleanups. Remove redundant str_chomp from str_util.c.
[oweals/opkg-lede.git] / libopkg / user.c
index 26f6f0eaaf1a07080c1622ccdda73c0ca5915312..e04f04ded14a52942c3ecd5696ba20c37c6576c3 100644 (file)
@@ -37,7 +37,6 @@ char *get_user_response(const char *format, ...)
        if (response == NULL)
                return NULL;
 
-       str_chomp(response);
        str_tolower(response);
 
        return response;