- cleanup
[oweals/gnunet.git] / src / regex / regex_random.c
index 3af9b7c5a17a030eb343ad896074bfa12d05b587..eee0c7334e9e9b234ca87db70693d77d2aaeeb01 100644 (file)
@@ -106,7 +106,7 @@ GNUNET_REGEX_generate_random_regex (size_t rx_length, char *matching_str)
         current_char = '?';
         break;
       case 3:
-        if (i < rx_length - 1)  // '|' cannot be at the end
+        if (i < rx_length - 1)  /* '|' cannot be at the end */
           current_char = '|';
         else
           current_char = get_random_literal ();