Merge pull request #6961 from guodongxiaren/pr

string literal should be const char*
This commit is contained in:
Salvatore Sanfilippo 2020-03-13 12:37:08 +01:00 committed by GitHub
commit 98c47d60c9

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"