diff options
| author | Miguel <m.i@gmx.at> | 2018-10-18 06:23:26 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-10-18 06:23:26 +0200 |
| commit | e2a6ca9d03a3c0743384f0955609650f2cdce9bb (patch) | |
| tree | 09da82ba6fbb51c9492d05bd94a3d7b044492061 /userspace/put_pixel.h | |
| parent | 4d1a149531bc5d672cdf4a5a3e010662f9611d61 (diff) | |
struggling with new syscalls
Diffstat (limited to 'userspace/put_pixel.h')
| -rw-r--r-- | userspace/put_pixel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/userspace/put_pixel.h b/userspace/put_pixel.h index 563a7e8..4b45e83 100644 --- a/userspace/put_pixel.h +++ b/userspace/put_pixel.h @@ -29,7 +29,6 @@ void put_rect(int x,int y, int w, int h,uint32_t col) pix++; } pix+=640-w; - } } |
