Automatic commit
authorFrancois Fleuret <francois@fleuret.org>
Thu, 14 May 2009 20:05:26 +0000 (22:05 +0200)
committerFrancois Fleuret <francois@fleuret.org>
Thu, 14 May 2009 20:05:26 +0000 (22:05 +0200)
selector.cc

index 99a9057..7b51ce3 100644 (file)
@@ -138,6 +138,7 @@ int *new_hash_table(int hash_table_size) {
 
 int test_and_add(char *new_string, int new_index,
                  char **strings, int *hash_table, int hash_table_size) {
+
   unsigned int code = 0;
 
   // This is my recipe. I checked, it seems to work (as long as