diff options
author | sanine <sanine.not@pm.me> | 2021-09-04 01:06:07 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2021-09-04 01:06:07 -0500 |
commit | 22a39a8a55aaf6aa15cbaf82c2f26450335196e3 (patch) | |
tree | 6c136fc584c6608bc7900d9e853e4093f3cd40f0 /README.md | |
parent | bff77649543d2f43db4959b76f045a7a7f87c6a2 (diff) |
add hs_process_table.c and remove honeysuckle.c
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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), |