From 22a39a8a55aaf6aa15cbaf82c2f26450335196e3 Mon Sep 17 00:00:00 2001 From: sanine Date: Sat, 4 Sep 2021 01:06:07 -0500 Subject: add hs_process_table.c and remove honeysuckle.c --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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), -- cgit v1.2.1