mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Fix typo
This commit is contained in:
@@ -135,7 +135,7 @@ do_location_header :: proc(opts: Options, buf: ^strings.Builder, location := #ca
|
|||||||
}
|
}
|
||||||
|
|
||||||
if .Procedure in opts {
|
if .Procedure in opts {
|
||||||
if (Location_File_Opts | {.Procedure}) & opts != nil {
|
if (Location_File_Opts | {.Line}) & opts != nil {
|
||||||
fmt.sbprint(buf, ":");
|
fmt.sbprint(buf, ":");
|
||||||
}
|
}
|
||||||
fmt.sbprintf(buf, "%s()", location.procedure);
|
fmt.sbprintf(buf, "%s()", location.procedure);
|
||||||
|
|||||||
Reference in New Issue
Block a user