aboutsummaryrefslogtreecommitdiff
path: root/examples/table.c
diff options
context:
space:
mode:
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" }
}