[PR #601] [MERGED] fix: LGTM warning/alert #1045

Open
opened 2026-01-29 15:17:04 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/601
Author: @Panquesito7
Created: 9/8/2020
Status: Merged
Merged: 9/9/2020
Merged by: @kvedala

Base: masterHead: fix_lgtm


📝 Commits (2)

📊 Changes

1 file changed (+5 additions, -4 deletions)

View changed files

📝 sorting/multikey_quick_sort.c (+5 -4)

📄 Description

Description of Change

  • Fix LGTM warning/alert.

References

Checklist

  • Added description of change
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license.

Notes:


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/601 **Author:** [@Panquesito7](https://github.com/Panquesito7) **Created:** 9/8/2020 **Status:** ✅ Merged **Merged:** 9/9/2020 **Merged by:** [@kvedala](https://github.com/kvedala) **Base:** `master` ← **Head:** `fix_lgtm` --- ### 📝 Commits (2) - [`61c01bc`](https://github.com/TheAlgorithms/C/commit/61c01bc28b27bbf4b00633c7b01d7fcbd40558f7) fix: LGTM warning - [`8748c2e`](https://github.com/TheAlgorithms/C/commit/8748c2e002c90c4d06aa49f60f2a4ac2a971797f) fix: change requested ### 📊 Changes **1 file changed** (+5 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `sorting/multikey_quick_sort.c` (+5 -4) </details> ### 📄 Description #### Description of Change - Fix [LGTM](https://lgtm.com/projects/g/TheAlgorithms/C/alerts) warning/alert. #### References <!-- Add any reference to previous pull-request or issue --> #### Checklist <!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> - [x] Added description of change - [x] PR title follows semantic [commit guidelines](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTING.md#Commit-Guidelines) - [x] Search previous suggestions before making a new one, as yours may be a duplicate. - [x] I acknowledge that all my contributions will be made under the project's license. Notes: <!-- Please add a one-line description for developers or pull request viewers --> <a href="https://gitpod.io/#https://github.com/TheAlgorithms/C/pull/601"><img src="https://gitpod.io/api/apps/github/pbs/github.com/Panquesito7/C.git/8748c2e002c90c4d06aa49f60f2a4ac2a971797f.svg" /></a> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:17:04 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1045