LOLWUT: fix structure typo in comment.

This commit is contained in:
antirez 2018-09-12 17:53:00 +02:00
parent cf0abff567
commit 690560e8db

View File

@ -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 {