Skip to content

software-stack/libc/drills: Fix extra closing brace cause by incorrect TODO marker - #226

Merged
teodutu merged 1 commit into
cs-pub-ro:mainfrom
BobiPatrunjel:fix-extra-brace
Apr 7, 2026
Merged

software-stack/libc/drills: Fix extra closing brace cause by incorrect TODO marker#226
teodutu merged 1 commit into
cs-pub-ro:mainfrom
BobiPatrunjel:fix-extra-brace

Conversation

@BobiPatrunjel

Copy link
Copy Markdown

Prerequisite Checklist

  • Read the contribution guidelines regarding submitting new changes to the project;
  • Tested your changes against relevant architectures and platforms;
  • Updated relevant documentation (if needed).

Description of changes

This pull request fixes a build issue in the common functions task where an
extra closing brace (}) remained in the generated source code, causing a
compilation error.

The issue was caused by an incorrect TODO marker in
chapters/software-stack/libc/drills/tasks/common-functions/solution/src/os_string.c.
Changing the comment from TODO 25 to TODO 26 removes the extra closing brace
and restores correct compilation.

…ns task

During the build process, an extra closing brace remained in the source
file, which caused a compilation error.

The issue was caused by an incorrect TODO marker in
os_string.c. This commit fixes the problem by changing the comment from
TODO 25 to TODO 26, ensuring the generated code no longer contains an
extra closing brace.

Signed-off-by: Roberto Tarapoanca <roberto.tarapoanca@stud.acs.upb.ro>
@teodutu teodutu added the student-contrib Fix or improvement made by a student label Apr 7, 2026
@teodutu
teodutu merged commit 21859e4 into cs-pub-ro:main Apr 7, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

student-contrib Fix or improvement made by a student

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants