diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-24 02:54:32 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-24 02:54:32 +0100 |
| commit | 48abbcee80a5066159b8ffee5602728dd45b94e4 (patch) | |
| tree | 3f311fdd93c67000eb66c5525782d1bdcf70a494 /userspace/clear.c | |
| parent | 369c62119b9dd60db77fc28e8857ed9c4d498889 (diff) | |
fixed ENV problem
Diffstat (limited to 'userspace/clear.c')
| -rw-r--r-- | userspace/clear.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/clear.c b/userspace/clear.c index ab0eb51..09913c3 100644 --- a/userspace/clear.c +++ b/userspace/clear.c @@ -2,7 +2,7 @@ int main() { for(int i=0;i<24;i++) { - puts(); + puts(""); } return 0; |
