diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-03-19 14:00:00 +0100 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-03-19 14:00:00 +0100 |
commit | 3cdd8a0649c33214f954ae6b4434f5ed2df9c9bd (patch) | |
tree | 4becc19c5495e99930a994eca932bf9adceeec05 /examples/table.c | |
parent | a94a135f6a6d5865958091be33df904dbd3f777d (diff) |
Code compression; Added error stack
Diffstat (limited to 'examples/table.c')
-rw-r--r-- | examples/table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/table.c b/examples/table.c index 63edb16..715d68c 100644 --- a/examples/table.c +++ b/examples/table.c @@ -3,7 +3,7 @@ @table(name, str) MyEnumTable { { A "A" } - { B "Beau Gosse" } + { B "Beau gosse" } { C "C" } } |