mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 08:38:27 -05:00
LOLWUT: fix structure typo in comment.
This commit is contained in:
parent
cf0abff567
commit
690560e8db
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user