summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2021-09-04 01:06:07 -0500
committersanine <sanine.not@pm.me>2021-09-04 01:06:07 -0500
commit22a39a8a55aaf6aa15cbaf82c2f26450335196e3 (patch)
tree6c136fc584c6608bc7900d9e853e4093f3cd40f0 /README.md
parentbff77649543d2f43db4959b76f045a7a7f87c6a2 (diff)
add hs_process_table.c and remove honeysuckle.c
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ca4256e..57a2f84 100644
--- a/README.md
+++ b/README.md
@@ -241,7 +241,7 @@ struct settings s;
hs_process_table(L, tbl_index,
// manual struct initialization
- { "verbosity", HS_INT, func.integer=hs_pt_set_int, &(s.verbosity) },
+ { "verbosity", HS_INT, .func.integer=hs_pt_set_int, &(s.verbosity) },
// macro initialization (recommended)
hs_process_bool("debug", hs_pt_set_bool, s.debug),
hs_process_str("logfile", set_logfile, s),