aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-02-18 08:45:11 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-02-18 08:45:11 +0100
commitfc29077594fa20fb5243cfa8b5daf073d357b020 (patch)
treed5ea4904c74c461ecb4047dba6ba45a316b54bff
parentbfc05af73df842ed48ee46ae6e4df516335024fe (diff)
downloadnx-libs-fc29077594fa20fb5243cfa8b5daf073d357b020.tar.gz
nx-libs-fc29077594fa20fb5243cfa8b5daf073d357b020.tar.bz2
nx-libs-fc29077594fa20fb5243cfa8b5daf073d357b020.zip
Keyboard.c: fix comment.
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Keyboard.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c b/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c
index af27c6e28..05adab494 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c
@@ -870,8 +870,7 @@ XkbError:
* when cloning we do not want X2Go to set the keyboard
* via a keyboard file generated by nxagent. The defined
* method for switching that off is the creation of a dir
- * instead of a file. Which is achieved by passing NULL to
- * nxagentWriteKeyboardFile.
+ * instead of a file.
*/
if (nxagentX2go == 1)
nxagentWriteKeyboardDir();