Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
b1e35d32
"vscode:/vscode.git/clone" did not exist on "ca36b4ab31be1a1fea24f422028c07c6eeb21120"
Unverified
Commit
b1e35d32
authored
Dec 05, 2018
by
hdmg
Committed by
GitHub
Dec 05, 2018
Browse files
fix comments fault discription
parent
430a987f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sds.c
View file @
b1e35d32
...
...
@@ -695,7 +695,7 @@ sds sdscatfmt(sds s, char const *fmt, ...) {
* s = sdstrim(s,"Aa. :");
* printf("%s\n", s);
*
* Output will be just "Hello
World".
* Output will be just "HelloWorld".
*/
sds
sdstrim
(
sds
s
,
const
char
*
cset
)
{
char
*
start
,
*
end
,
*
sp
,
*
ep
;
...
...
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