mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-09 21:11:36 -07:00
fix typo
apparently i had a moment of dyslexia
This commit is contained in:
@@ -296,7 +296,7 @@ Returns:
|
||||
*/
|
||||
to_cstring :: proc(b: ^Builder) -> (res: cstring) {
|
||||
append(&b.buf, 0)
|
||||
defer pop(&p.buf)
|
||||
defer pop(&b.buf)
|
||||
return cstring(raw_data(b.buf))
|
||||
}
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user