doit, drop braces

This commit is contained in:
rlar 2012-03-11 10:53:37 +01:00
parent 7eb5e83b8d
commit 56618c91f6
1 changed files with 1 additions and 2 deletions

View File

@ -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;