diff options
Diffstat (limited to 'xorg-server/os/utils.c')
-rwxr-xr-x | xorg-server/os/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/os/utils.c b/xorg-server/os/utils.c index e4c87bacd..518400cfd 100755 --- a/xorg-server/os/utils.c +++ b/xorg-server/os/utils.c @@ -1697,7 +1697,7 @@ System(const char *cmdline) NULL, GetLastError(), MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), - (LPTSTR) & buffer, 0, NULL)) { + (LPTSTR) &buffer, 0, NULL)) { ErrorF("[xkb] Starting '%s' failed!\n", cmdline); } else { |