diff options
| author | Christian Beier <dontmind@freeshell.org> | 2016-11-18 13:32:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-18 13:32:27 +0100 |
| commit | 93ea516fd175a4f8e6810f183e5fed86489804c0 (patch) | |
| tree | 16ac0353fdea674e9f2d0c164088abcda1931fd0 /examples | |
| parent | 3df54ce7ce2e126a7e5f88c4ae1f515509abc19b (diff) | |
| parent | 63bc75f24b8a82910f5864d5c3348e284be66ade (diff) | |
| download | libtdevnc-93ea516fd175a4f8e6810f183e5fed86489804c0.tar.gz libtdevnc-93ea516fd175a4f8e6810f183e5fed86489804c0.zip | |
Merge pull request #138 from stweil/master
Fix some typos
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/example.c | 2 | ||||
| -rw-r--r-- | examples/zippy.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/example.c b/examples/example.c index 617e7ad..406378e 100644 --- a/examples/example.c +++ b/examples/example.c @@ -56,7 +56,7 @@ static void initBuffer(unsigned char* buffer) } } -/* 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 */ typedef struct ClientData { rfbBool oldButton; 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); |
