Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: Fix typo in Multi-Threaded Example #289

Merged
merged 1 commit into from
Apr 2, 2024
Merged

Conversation

namsic
Copy link
Collaborator

@namsic namsic commented Apr 2, 2024

⌨️ What I did

  • 예시 문서를 copy & paste 했을 때 발생하는 컴파일 에러를 수정합니다.
main.c: In function ‘main’:
main.c:25:20: error: ‘mc’ undeclared (first use in this function)
     memcached_free(mc);
                    ^
main.c:25:20: note: each undeclared identifier is reported only once for each function it appears in

@namsic namsic requested a review from jhpark816 April 2, 2024 02:15
@jhpark816 jhpark816 merged commit 5e03b0f into develop Apr 2, 2024
2 checks passed
@namsic namsic deleted the namsic-patch-1 branch April 2, 2024 03:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants