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

chore(): add missing colon #71

Merged
merged 1 commit into from
Oct 19, 2024

Conversation

andymccall
Copy link
Contributor

@andymccall andymccall commented Aug 27, 2024

Fixes missing colon

A missing colon was identified on line 126 of mos_api.inc after the the declaration of the ffs_fdisk equate.

This pull request addresses build failures when including src/mos_api.inc in projects caused by the missing colon. No other changes have been made. Adding the colon resolves the syntax error and allows build that include src/mos_api.inc to complete successfully.

The agon-mos project itself does not use src/mos_api.inc when building, so this syntax does not break the build of this project, it only breaks builds of projects that include src/mos_api.inc.

This fix should ensure smoother integration of the file in projects.

@stevesims stevesims merged commit 6a0d8a1 into AgonConsole8:main Oct 19, 2024
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