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:
@@ -96,7 +96,7 @@ void OpenOutput (const char* Name)
|
||||
if (Name != 0) {
|
||||
F = fopen (Name, "w");
|
||||
if (F == 0) {
|
||||
Error ("Cannot open `%s': %s", Name, strerror (errno));
|
||||
Error ("Cannot open '%s': %s", Name, strerror (errno));
|
||||
}
|
||||
} else {
|
||||
F = stdout;
|
||||
|
||||
Reference in New Issue
Block a user