diff options
author | jsorg71 <jsorg71> | 2007-09-23 08:34:42 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2007-09-23 08:34:42 +0000 |
commit | 5d131308c233f64967b607f227efaf4db3213fde (patch) | |
tree | 46bbf4c7f3f8547249df97e4ec6e2a0488bb7cee /xrdp/lang.c | |
parent | 8e6c63cee77fbe89feffecb9d7de5e70a8da7f8c (diff) | |
download | xrdp-proprietary-5d131308c233f64967b607f227efaf4db3213fde.tar.gz xrdp-proprietary-5d131308c233f64967b607f227efaf4db3213fde.zip |
align
Diffstat (limited to 'xrdp/lang.c')
-rw-r--r-- | xrdp/lang.c | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/xrdp/lang.c b/xrdp/lang.c index b4d746eb..4079f925 100644 --- a/xrdp/lang.c +++ b/xrdp/lang.c @@ -400,22 +400,22 @@ int fr_shift[] = /* right alt chars */ int fr_altgr[] = { - 0, 0, 0, '~', '#', '{', '[', '|', - '`', '\\', '^', '@', ']', '}', 0, 0, - 0, 0, 0x80, 0, 0, 0, 0, 0, - 0, 0, 0, 0xa4, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0 + 0, 0, 0, '~', '#', '{', '[', '|', + '`', '\\', '^', '@', ']', '}', 0, 0, + 0, 0, 0x80, 0, 0, 0, 0, 0, + 0, 0, 0, 0xa4, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0 }; /*****************************************************************************/ |