Browse Source

readstdin: add a comment

Maybe too obvious / redundant, but OK.
master
Hiltjo Posthuma 2 years ago
parent
commit
bcbc1ef5c4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dmenu.c

+ 1
- 1
dmenu.c View File

@ -562,7 +562,7 @@ readstdin(void)
line[len - 1] = '\0';
items[i].text = line;
items[i].out = 0;
line = NULL;
line = NULL; /* next call of getline() allocates a new line */
}
free(line);
if (items)


Loading…
Cancel
Save