Explorar el Código

* fixed compilation

git-svn-id: trunk@7256 -
Jonas Maebe hace 18 años
padre
commit
065b9c39f7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      rtl/unix/keyboard.pp

+ 1 - 1
rtl/unix/keyboard.pp

@@ -739,7 +739,7 @@ type  key_sequence=packed record
         st:string[7];
       end;
 
-const key_sequences:array[0..278] of key_sequence=(
+const key_sequences:array[0..276] of key_sequence=(
        (char:0;scan:kbAltA;st:#27'A'),
        (char:0;scan:kbAltA;st:#27'a'),
        (char:0;scan:kbAltB;st:#27'B'),