aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-05-27 18:20:31 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-05-27 18:20:31 +0200
commitfe90ff12bd69e83ac39bef2c895f1bfcad0bdb4f (patch)
tree4d50eec278cb9910fe0b5e1daa9e991e47878f35
parent855573b772725c2cf399b4e08ab8375e80fd775c (diff)
downloadmitjafelicijan.com-fe90ff12bd69e83ac39bef2c895f1bfcad0bdb4f.tar.gz
Typo fix
-rw-r--r--content/notes/drawing-pixels-in-plan9.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/notes/drawing-pixels-in-plan9.md b/content/notes/drawing-pixels-in-plan9.md
index 3ed4974..e3d30b6 100644
--- a/content/notes/drawing-pixels-in-plan9.md
+++ b/content/notes/drawing-pixels-in-plan9.md
@@ -30,7 +30,7 @@ More information:
30#include <draw.h> 30#include <draw.h>
31#include <cursor.h> 31#include <cursor.h>
32 32
33void main(int argc, char *argv[]) 33void main()
34{ 34{
35 ulong co; 35 ulong co;
36 Image *im, *bg; 36 Image *im, *bg;