From 45b3d87d5ba3d51af217f31dd4db58c90dedac2e Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Sat, 15 Aug 2009 21:51:20 +0200 Subject: [PATCH] Cosmetics. --- selector.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; -- 2.20.1