aboutsummaryrefslogtreecommitdiff
path: root/examples/table.c
diff options
context:
space:
mode:
authorRaymaekers Luca <luca@spacehb.net>2025-03-19 14:00:00 +0100
committerRaymaekers Luca <luca@spacehb.net>2025-03-19 14:00:00 +0100
commit3cdd8a0649c33214f954ae6b4434f5ed2df9c9bd (patch)
tree4becc19c5495e99930a994eca932bf9adceeec05 /examples/table.c
parenta94a135f6a6d5865958091be33df904dbd3f777d (diff)
Code compression; Added error stack
Diffstat (limited to 'examples/table.c')
-rw-r--r--examples/table.c2
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" }
}