missing comma

This commit is contained in:
James Guillochon 2025-07-06 12:48:49 -07:00
parent 993bf73399
commit c7438f59c0
2 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ enum custom_layers {
WIN_BL, // Windows Base Layer WIN_BL, // Windows Base Layer
WIN_FL, // Windows Function Layer WIN_FL, // Windows Function Layer
MACOS_BL, // Mac OS Base Layer MACOS_BL, // Mac OS Base Layer
MACOS_FL // Mac OS Function Layer MACOS_FL, // Mac OS Function Layer
_CL // Custom Layer _CL // Custom Layer
}; };