Browse Source

remove dangling $ENDIF

Juliette ELSASS 7 months ago
parent
commit
8c3277994b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      bckeyboard.pas

+ 0 - 1
bckeyboard.pas

@@ -193,7 +193,6 @@ begin
       {$ELSE}
       SendKey(Ord(UpperCase(str)[1]))
       {$ENDIF}
-    {$ENDIF}
   end;
 
   if Assigned(FOnUserChange) then