aboutsummaryrefslogtreecommitdiff
path: root/tools/tool.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tool.h')
-rw-r--r--tools/tool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tool.h b/tools/tool.h
index 5eec318..d9071fb 100644
--- a/tools/tool.h
+++ b/tools/tool.h
@@ -130,7 +130,7 @@ derivetable(uint8_t h, char **buf)
130 int64_t size, gensize; 130 int64_t size, gensize;
131 char *fulltable; 131 char *fulltable;
132 132
133 char options[20] = " ;2;20"; /* Fixed for k = 2 for now */ 133 char options[20] = " ;2;20"; /* Only for k = 2 for now */
134 options[0] = (char)(h + '0'); /* h = 10 not supported for now */ 134 options[0] = (char)(h + '0'); /* h = 10 not supported for now */
135 135
136 /* Support only b8 for now */ 136 /* Support only b8 for now */

Generated with cgit - Back to sebastiano.tronto.net