string literal should be const char*

This commit is contained in:
guodongxiaren 2020-03-07 19:38:27 +08:00 committed by antirez
parent dc8885a1ca
commit da14982d1e

View File

@ -27,7 +27,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
char *ascii_logo =
const char *ascii_logo =
" _._ \n"
" _.-``__ ''-._ \n"
" _.-`` `. `_. ''-._ Redis %s (%s/%d) %s bit\n"