Allow exiting on error from the creation of an error sink

This commit is contained in:
2024-02-29 21:30:06 +11:00
parent 963d911d9d
commit 7f2a0152e0
6 changed files with 55 additions and 29 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ struct Dqn_CGenTableRow
struct Dqn_CGenTable
{
Dqn_CGenTableType type;
MD_String8 name;
Dqn_Str8 name;
MD_Map headers_map;
Dqn_CGenTableHeader *headers;
Dqn_CGenTableRow *rows;