Changed most "backticks" (grave accents) into apostrophes.
Quotations that are embraced by tick marks now look better, in most fonts.
This commit is contained in:
@@ -151,12 +151,12 @@ static void OptTarget (const char* Opt attribute ((unused)), const char* Arg)
|
||||
break;
|
||||
|
||||
case TGT_UNKNOWN:
|
||||
AbEnd ("Unknown target system `%s'", Arg);
|
||||
AbEnd ("Unknown target system '%s'", Arg);
|
||||
break;
|
||||
|
||||
default:
|
||||
/* Target is known but unsupported */
|
||||
AbEnd ("Unsupported target system `%s'", Arg);
|
||||
AbEnd ("Unsupported target system '%s'", Arg);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user