Explorar el Código

Fix a possible compiler warning on some build systems.

tags/v0.3
Ben Kurtovic hace 11 años
padre
commit
2596e697ae
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mwparserfromhell/parser/tokenizer.c

+ 1
- 1
mwparserfromhell/parser/tokenizer.c Ver fichero

@@ -1021,7 +1021,7 @@ Tokenizer_really_parse_entity(Tokenizer* self)
break;
j++;
}
text[i] = this;
text[i] = (char) this;
self->head++;
i++;
}


Cargando…
Cancelar
Guardar