Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
0628030b
Unverified
Commit
0628030b
authored
Mar 13, 2020
by
Salvatore Sanfilippo
Committed by
GitHub
Mar 13, 2020
Browse files
Merge pull request #6961 from guodongxiaren/pr
string literal should be const char*
parents
cf6cbbb8
106a57c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/asciilogo.h
View file @
0628030b
...
@@ -27,7 +27,7 @@
...
@@ -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
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment