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 0628030bf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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