mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Rename write_ascii_table to write_plain_table
This commit is contained in:
@@ -254,7 +254,7 @@ write_html_table :: proc(w: io.Writer, tbl: ^Table) {
|
||||
io.write_string(w, "</table>\n")
|
||||
}
|
||||
|
||||
write_ascii_table :: proc(w: io.Writer, tbl: ^Table) {
|
||||
write_plain_table :: proc(w: io.Writer, tbl: ^Table) {
|
||||
if tbl.dirty {
|
||||
build(tbl)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user