X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fcommands_parser.c;h=0da65adc1ffc2b9e95cca2d8e008622e5576b417;hb=27030c8566f2e742c55fcabce9d718b5e884933b;hp=4299c008335570ced9c8daebc12bdaa1cefd74e9;hpb=b6282b47bc757c3521eff090748bc81481913297;p=i3%2Fi3 diff --git a/src/commands_parser.c b/src/commands_parser.c index 4299c008..0da65adc 100644 --- a/src/commands_parser.c +++ b/src/commands_parser.c @@ -353,7 +353,7 @@ CommandResult *parse_command(const char *input, yajl_gen gen) { if (*walk == '\0' || *walk == ',' || *walk == ';') { next_state(token); token_handled = true; -/* To make sure we start with an appropriate matching + /* To make sure we start with an appropriate matching * datastructure for commands which do *not* specify any * criteria, we re-initialize the criteria system after * every command. */