Pārlūkot izejas kodu

Style fix

master
sin pirms 11 gadiem
vecāks
revīzija
1c467fce7a
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      noice.c

+ 1
- 1
noice.c Parādīt failu

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

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


Notiek ielāde…
Atcelt
Saglabāt