Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39673
b: refs/heads/master
c: e52b29c
h: refs/heads/master
i:
  39671: 0d8cdf2
v: v3
  • Loading branch information
Brandon Philips authored and Dmitry Torokhov committed Nov 5, 2006
1 parent 36912af commit 5b987ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0fea0e9a9c72dab526447895605fc236c87c2726
refs/heads/master: e52b29c2a637f6854d71a45646d7283d984a6dad
2 changes: 1 addition & 1 deletion trunk/drivers/char/keyboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ static void k_fn(struct vc_data *vc, unsigned char value, char up_flag)

static void k_cur(struct vc_data *vc, unsigned char value, char up_flag)
{
static const char *cur_chars = "BDCA";
static const char cur_chars[] = "BDCA";

if (up_flag)
return;
Expand Down

0 comments on commit 5b987ff

Please sign in to comment.