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

Refactor : 기타 수정 사항 #90

Merged
merged 2 commits into from
Jan 17, 2023
Merged

Conversation

mingxoxo
Copy link
Owner

🚅 PR 한 줄 요약

  • perror 출력 전 minishell: 문구 추가
  • lst, tree 삭제 시 del 함수 주소로 인자 수정

🧑‍💻 PR 세부 내용

[수정 전]
clear_node(root, del_t_token);

[수정 후]
clear_node(root, &del_t_token);

@mingxoxo mingxoxo added the 🛠 Refactor 코드 리팩토링 label Jan 17, 2023
@mingxoxo mingxoxo self-assigned this Jan 17, 2023
Copy link
Collaborator

@wonyangs wonyangs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!

@wonyangs wonyangs merged commit 0e8a910 into main Jan 17, 2023
@wonyangs wonyangs deleted the modify/기타-수정-사항 branch January 17, 2023 05:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠 Refactor 코드 리팩토링
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants