Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
55dae693
Commit
55dae693
authored
Sep 12, 2018
by
antirez
Browse files
LOLWUT: fix structure typo in comment.
parent
9b3098b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lolwut.c
View file @
55dae693
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment