Ver código fonte

Style fix

master
sin 10 anos atrás
pai
commit
1c467fce7a
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      noice.c

+ 1
- 1
noice.c Ver arquivo

@@ -516,7 +516,7 @@ forgethist(void)
{ {
struct history *hist; struct history *hist;


while (!SLIST_EMPTY(&histhead)) { while (SLIST_EMPTY(&histhead) == 0) {
hist = SLIST_FIRST(&histhead); hist = SLIST_FIRST(&histhead);
SLIST_REMOVE_HEAD(&histhead, entry); SLIST_REMOVE_HEAD(&histhead, entry);
free(hist); free(hist);


||||||
x
 
000:0
Carregando…
Cancelar
Salvar