mirror of https://mirror.osredm.com/root/redis.git
Merge pull request #6961 from guodongxiaren/pr
string literal should be const char*
This commit is contained in:
commit
0628030bf4
|
@ -27,7 +27,7 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
char *ascii_logo =
|
||||
const char *ascii_logo =
|
||||
" _._ \n"
|
||||
" _.-``__ ''-._ \n"
|
||||
" _.-`` `. `_. ''-._ Redis %s (%s/%d) %s bit\n"
|
||||
|
|
Loading…
Reference in New Issue