doit, drop braces
This commit is contained in:
parent
7eb5e83b8d
commit
56618c91f6
|
|
@ -676,9 +676,8 @@ doit(struct line *deck) {
|
|||
{
|
||||
struct line *c = deck;
|
||||
printf("Converted deck\n");
|
||||
for (; c; c = c->li_next) {
|
||||
for (; c; c = c->li_next)
|
||||
printf( "%s\n",c->li_line);
|
||||
}
|
||||
}
|
||||
{
|
||||
wordlist *w = modnames;
|
||||
|
|
|
|||
Loading…
Reference in New Issue