Commit 55dae693 authored by antirez's avatar antirez
Browse files

LOLWUT: fix structure typo in comment.

parent 9b3098b9
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
#include "server.h" #include "server.h"
#include <math.h> #include <math.h>
/* This function represents our canvas. Drawing functions will take a pointer /* This structure represents our canvas. Drawing functions will take a pointer
* to a canvas to write to it. Later the canvas can be rendered to a string * to a canvas to write to it. Later the canvas can be rendered to a string
* suitable to be printed on the screen, using unicode Braille characters. */ * suitable to be printed on the screen, using unicode Braille characters. */
typedef struct lwCanvas { typedef struct lwCanvas {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment