summaryrefslogtreecommitdiffstats
path: root/examples/zippy.c
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2016-11-18 13:32:27 +0100
committerGitHub <noreply@github.com>2016-11-18 13:32:27 +0100
commit93ea516fd175a4f8e6810f183e5fed86489804c0 (patch)
tree16ac0353fdea674e9f2d0c164088abcda1931fd0 /examples/zippy.c
parent3df54ce7ce2e126a7e5f88c4ae1f515509abc19b (diff)
parent63bc75f24b8a82910f5864d5c3348e284be66ade (diff)
downloadlibtdevnc-93ea516fd175a4f8e6810f183e5fed86489804c0.tar.gz
libtdevnc-93ea516fd175a4f8e6810f183e5fed86489804c0.zip
Merge pull request #138 from stweil/master
Fix some typos
Diffstat (limited to 'examples/zippy.c')
-rw-r--r--examples/zippy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/zippy.c b/examples/zippy.c
index 5a5961a..be06a28 100644
--- a/examples/zippy.c
+++ b/examples/zippy.c
@@ -7,7 +7,7 @@
static int maxx=400, maxy=400, bpp=4;
/* odd maxx doesn't work (vncviewer bug) */
-/* Here we create a structure so that every client has it's own pointer */
+/* Here we create a structure so that every client has its own pointer */
/* turns the framebuffer black */
void blank_framebuffer(char* frame_buffer, int x1, int y1, int x2, int y2);