mirror of
https://github.com/fluencelabs/redis
synced 2025-06-15 10:11:21 +00:00
Merge pull request #6961 from guodongxiaren/pr
string literal should be const char*
This commit is contained in:
@ -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"
|
||||||
|
Reference in New Issue
Block a user