diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-27 18:22:32 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-27 18:22:32 +0200 |
| commit | 57a65f374297168e826dbcc402eb2aaebcb92fe1 (patch) | |
| tree | 170e43fb64625e800b7a44fc10653f9043d94321 /content | |
| parent | fe90ff12bd69e83ac39bef2c895f1bfcad0bdb4f (diff) | |
| download | mitjafelicijan.com-57a65f374297168e826dbcc402eb2aaebcb92fe1.tar.gz | |
Typo fix
Diffstat (limited to 'content')
| -rw-r--r-- | content/notes/drawing-pixels-in-plan9.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/notes/drawing-pixels-in-plan9.md b/content/notes/drawing-pixels-in-plan9.md index e3d30b6..75367f2 100644 --- a/content/notes/drawing-pixels-in-plan9.md +++ b/content/notes/drawing-pixels-in-plan9.md | |||
| @@ -30,7 +30,8 @@ More information: | |||
| 30 | #include <draw.h> | 30 | #include <draw.h> |
| 31 | #include <cursor.h> | 31 | #include <cursor.h> |
| 32 | 32 | ||
| 33 | void main() | 33 | void |
| 34 | main() | ||
| 34 | { | 35 | { |
| 35 | ulong co; | 36 | ulong co; |
| 36 | Image *im, *bg; | 37 | Image *im, *bg; |
