diff options
Diffstat (limited to 'src/index.c')
-rw-r--r-- | src/index.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.c b/src/index.c index 5540358..2476a9c 100644 --- a/src/index.c +++ b/src/index.c @@ -329,7 +329,7 @@ static void index_free(t_index *x) static void index_helper(t_index *x) { endpost(); - post("%c index :: index symbols to indices", HEARTSYMBOL); + post(""HEARTSYMBOL" index :: index symbols to indices"); post("<symbol> : look up the <symbol> in the index and return it's index"); post("<int> : look up the element at index <int> in the index"); post("'add <symbol>' : add a new symbol to the index-map"); |