diff options
Diffstat (limited to 'content/notes')
| -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; |
