Skip to content

Commit

Permalink
Fix up quote chars in comment to use UTF-8 instead of codepage chars
Browse files Browse the repository at this point in the history
  • Loading branch information
dkl committed Feb 10, 2021
1 parent db9942c commit ee26b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/fbc.bas
Expand Up @@ -3089,7 +3089,7 @@ private function hCompileStage2Module( byval module as FBCIOFILE ptr ) as intege
'' -march=name
'' Specify the name of the target architecture and,
'' optionally, one or more feature modifiers. This option
'' has the form -march=arch{+[no]feature}*.
'' has the form -march=arch{+[no]feature}*.
''
'' The permissible values for arch are
'' 'armv8-a'
Expand Down

0 comments on commit ee26b01

Please sign in to comment.