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
hiredis
Commits
ded53747
Commit
ded53747
authored
Jul 27, 2015
by
Jan-Erik Rediger
Browse files
Fix a typo in the Mac OSX example
parent
c18a5648
Changes
1
Show whitespace changes
Inline
Side-by-side
examples/example-macosx.c
View file @
ded53747
...
...
@@ -40,7 +40,7 @@ int main (int argc, char **argv) {
CFRunLoopRef
loop
=
CFRunLoopGetCurrent
();
if
(
!
loop
)
{
printf
(
"Error: Cannot get current run lo
p
p
\n
"
);
printf
(
"Error: Cannot get current run lo
o
p
\n
"
);
return
1
;
}
...
...
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