mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:24:33 +01:00
Sema: remove periods from the few error messages that have them
For consistency.
This commit is contained in:
parent
60830e36e3
commit
31689d0dd9
1 changed files with 1 additions and 1 deletions
|
|
@ -9531,7 +9531,7 @@ fn handleExternLibName(
|
|||
return sema.fail(
|
||||
block,
|
||||
src_loc,
|
||||
"dependency on dynamic library '{s}' requires enabling Position Independent Code. Fixed by '-l{s}' or '-fPIC'.",
|
||||
"dependency on dynamic library '{s}' requires enabling Position Independent Code; fixed by '-l{s}' or '-fPIC'",
|
||||
.{ lib_name, lib_name },
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue