diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2016-10-25 21:50:11 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2016-11-08 07:33:48 +0100 |
commit | 2901aca364bd506a8beae520d268663b03720068 (patch) | |
tree | eef0bd7fea0c7ac04b48b060654902d98755cf2f /nx-X11/programs/Xserver | |
parent | 2f7f39b4987d6bb300d5f17145fdeb3054563009 (diff) | |
download | nx-libs-2901aca364bd506a8beae520d268663b03720068.tar.gz nx-libs-2901aca364bd506a8beae520d268663b03720068.tar.bz2 nx-libs-2901aca364bd506a8beae520d268663b03720068.zip |
Keyboard.c: Fix wrong error msg prefix
Diffstat (limited to 'nx-X11/programs/Xserver')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c b/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c index 7df4ce838..2f9d51664 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Keyboard.c @@ -1835,7 +1835,7 @@ void nxagentKeycodeConversionSetup(void) FILE *keyboard_file; if ( keyboard_file_path == NULL) { - FatalError("nxagentKeyboardProc: malloc failed."); + FatalError("nxagentKeycodeConversionSetup: malloc failed."); } strcpy(keyboard_file_path, sessionpath); strcat(keyboard_file_path, "/keyboard"); |