c23 standard typo (#50101)

This commit is contained in:
Peter Scheibel 2025-04-17 07:20:40 -07:00 committed by GitHub
parent be492e1ed7
commit e78d9d93dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -140,7 +140,7 @@ def c17_flag(self) -> str:
@property @property
def c23_flag(self) -> str: def c23_flag(self) -> str:
return self.compilers[Languages.C].package.standard_flag( return self.compilers[Languages.C].package.standard_flag(
language=Languages.C.value, standard="17" language=Languages.C.value, standard="23"
) )
@property @property