Skip to content

Commit

Permalink
minor fix in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
Heng Li committed Jan 8, 2012
1 parent a144617 commit 633be17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kopen.c
Expand Up @@ -328,6 +328,7 @@ int main(int argc, char *argv[])
if (feof(fp)) break;
putchar(c);
}
fclose(fp);
kclose(x);
return 0;
}
Expand Down

0 comments on commit 633be17

Please sign in to comment.