summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2018-03-13 10:30:02 +0100
committerChristian Beier <dontmind@freeshell.org>2018-03-13 10:30:02 +0100
commitc7c18332c8bc8706e09c4b757af44e9ff56716cb (patch)
tree3335d31d3719404b471f57ab07bc383c57efdecf /examples
parent020c30f63d1b747c9001471c5d279db4890692e4 (diff)
downloadlibtdevnc-c7c18332c8bc8706e09c4b757af44e9ff56716cb.tar.gz
libtdevnc-c7c18332c8bc8706e09c4b757af44e9ff56716cb.zip
androidvncserver: fix a quite serious typo
Closes #225.
Diffstat (limited to 'examples')
-rw-r--r--examples/androidvncserver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/androidvncserver.c b/examples/androidvncserver.c
index 237c68d..bcd8b84 100644
--- a/examples/androidvncserver.c
+++ b/examples/androidvncserver.c
@@ -513,6 +513,6 @@ int main(int argc, char **argv)
printf("Cleaning up...\n");
cleanup_fb();
- cleanup_kdb();
+ cleanup_kbd();
cleanup_touch();
}