X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=selector.c;h=0bac7b0a67266dbd12552fc2fdd9998cd824d98c;hb=45b3d87d5ba3d51af217f31dd4db58c90dedac2e;hp=67a0976b61f0a9ed5ed49e3e10d207aabefba022;hpb=aaa9431132c6bc24f71b54a7ddc4ded7e339ef64;p=selector.git diff --git a/selector.c b/selector.c index 67a0976..0bac7b0 100644 --- a/selector.c +++ b/selector.c @@ -130,9 +130,9 @@ void error_feedback() { /* A quick and dirty hash table */ -/* The table itself stores indexes of the strings taken in a char - **table. When a string is added, if it was already in the table, - **the new index replaces the previous one. */ +/* The table itself stores indexes of the strings taken in a char** + table. When a string is added, if it was already in the table, the + new index replaces the previous one. */ typedef struct { int size;